set_scene_item_transform
Adjust position and scale of a scene item by specifying only the properties to modify. For example, set scale_x and scale_y to 0.5 to halve the item's size.
Instructions
Move/scale a scene item (item_id from list_scene_items). Only supplied fields change — e.g. scale_x/scale_y 0.5 halves a facecam.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| scene | Yes | ||
| dry_run | No | ||
| item_id | Yes | ||
| scale_x | No | ||
| scale_y | No |