set_scene_property
Update Blender scene properties such as frame range, frame rate, unit system, or render engine by specifying the property name and new value.
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 |
|---|---|---|---|
| property | Yes | ||
| value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||