set_scene_property
Configure animation and rendering parameters in Blender, including frame settings, FPS, unit systems, and render engines, to customize scene properties for 3D projects.
Instructions
Set a scene property such as frame_start, frame_end, frame_current, fps, unit_system, or render_engine.
Args: property: The scene property to set. Must be one of: frame_start, frame_end, frame_current, frame_step, fps, unit_system, render_engine, use_gravity, gravity. value: The value to set the property to. Type depends on the property.
Returns: Confirmation dict with the property name and new value.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| property | Yes | ||
| value | Yes |