remove_keyframe_range
Remove keyframes from an effect property within a specified time range on a clip. Specify the clip, effect, property, and start/end seconds to clear animation data.
Instructions
Remove all keyframes in a time range from an effect property
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID of the clip | |
| effect_name | Yes | Display name of the effect | |
| end_seconds | Yes | End of the range in seconds | |
| property_name | Yes | Display name of the property | |
| start_seconds | Yes | Start of the range in seconds |