Set Frame Blend
set_frame_blendEnable or disable frame blending on a clip by node ID to control motion rendering.
Instructions
Enable or disable frame blending on a clip. Uses QE DOM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | Yes | True to enable frame blending, false to disable | |
| node_id | Yes | Node ID of the clip |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |