Skip to content

Cameras & layout

Multi-actor scenes and multi-camera renders that exercise the bridge's identity cache.

multi_actor.py

Two actors in the same scene to verify the identity cache + per-actor material translation. Each actor keeps its own material; the meshes are de-duplicated by identity.

PyVista Blender (Cycles)
Multi actor PyVista Multi actor Blender

examples/cameras/multi_actor.py.

ortho_multi_view.py

Three orthographic views of the airplane mesh from one plotter, exercises both the ortho-camera path and the L1 identity cache.

Front Side Top
Ortho front Ortho side Ortho top

examples/cameras/ortho_multi_view.py.