Toy examples of using Blender python scripts for various use cases. These are meant to be used as examples to ease learning scripting Blender with Python.
- Rendering 3D meshes with data from vertex colors (features: turntable animations, setting custom materials).
- Simple Blender Add-on to import many meshes and perform manual vertex selection (this is intended as a super simple example for add-on creation).
- Geodesic distance visualizer UI that uses potpourri3d to compute and visualize geodesic distances on a mesh given user chosen source vertices.
Shout out to Hsueh-Ti Derek Liu for releasing BlenderToolbox which is a great source of inspiration for Blender scripting (focus on figure rendering).