motion_set_parameter_value
Set a static value for a leaf parameter in an Apple Motion template, refusing to overwrite keyframed animations unless force is enabled.
Instructions
Set a leaf parameter's static value (e.g. "Object/Face/Opacity"). Refuses to touch an already-keyframed parameter unless force=True is passed explicitly, to avoid silently breaking an existing animation — use motion_add_keypoint for animated parameters instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| force | No | ||
| value | Yes | ||
| scenenode_id | Yes | ||
| parameter_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||