set_scene_property
Set Blender scene properties such as frame range, FPS, units, render engine, and gravity. Specify property and value for immediate configuration.
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
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| property | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||