s6.app.data.renderΒΆ

Run Blender to render instrument datasets using a bundled project.

This wrapper launches Blender in background mode with the provided instrument_render_v3.blend and executes the bpy script instrument_render_v3.py. Extra arguments after -- are forwarded to the bpy script.

Examples

Render two loops, forwarding target selection to the bpy script:

>>> python -m s6.app.data.render --loop 2 -- --targets TipTool Grasper
s6.app.data.render.main()

Parse CLI flags and invoke Blender with the project and bpy script.