Skip to content

BlenderPython

Ben Heasly edited this page Sep 27, 2016 · 8 revisions

The BlenderPython example recipe uses a parent scene generated procedurally via the Blender-Python API and a custom python module for RenderToolbox3 Python module.

Above, Mitsuba rendered the scene.

Description

The parent scene itself is called "CheckerShadow", and models a checkerboard and a cylinder, which casts a shadow on the checkerboard.

See Python-driven-Blender for more about modeling with Blender and Python in general.

Rendering

The example script rtbMakeCheckerShadowScene.m produced the image above.

Clone this wiki locally