How to render something without shading

Hi guys,

I have a scene setup and its all done…lighting, shading and I just did an camera movement animation…

Now I just want to test the camera movement, but I dont want to do a full render cause that would take ages and for this test…i dont need the shading en the lighting…

So I put my render samples low… and I also want to just render the solids (maybe even wireframe) and i just want to use a single light to speed everything up.

So how can I set the rendersettings so that it skips the shading and just shows me the solids?

Do an OpenGL render: https://docs.blender.org/manual/en/dev/render/opengl.html

ah yes, that’s what i was looking for, thank you!