Skip to content

Making animations in Blender

schroef edited this page Feb 22, 2021 · 3 revisions

File > Export Mesh... and File > Start Recording... now support saving meshes as .PLY format, with vertex colors. Or you can use OBJ, which doesn't support vertex colors.

When importing a .ply file into Blender 2.8, use this option to show the vertex colors:

image

For animating meshes, the Stop-motion-OBJ add-on for Blender supports OBJ and PLY files. Use the same option as above to show the vertex colors in the viewport:

bunny_blender

To see the vertex colors when rendering, make a new material and click here to set the material base color:

image

and then here to choose vertex colors:

image

Result:

bunny_blender_rendered

(This was with the Eevee renderer. Cycles also supports the Vertex Node)

Clone this wiki locally