set_effect_property
Set a specific effect property value on a clip by providing the clip node ID, effect name, property name, and numeric value.
Instructions
Set the value of a specific effect property on a clip
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Value to set | |
| node_id | Yes | Node ID of the clip | |
| effect_name | Yes | Display name of the effect (e.g., 'Motion', 'Opacity') | |
| property_name | Yes | Display name of the property (e.g., 'Scale', 'Position', 'Opacity') |