Set Uniform Scale
set_uniform_scaleLink or unlink scale width and height on a clip's Motion effect. Use this to keep proportions locked or set independent dimensions.
Instructions
Toggle uniform scale on a clip's Motion effect. When enabled, Scale Width and Scale Height are linked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID of the clip | |
| uniform | Yes | true for uniform (linked), false for non-uniform (independent width/height) |
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. |