set_scene_item_transform
Adjust an OBS scene item's position, scale, rotation, and crop using its scene ID and item ID.
Instructions
Set a scene item's position/scale/rotation/crop.
Args: scene_name: Scene the item is in. scene_item_id: Numeric ID of the item. transform: Object with any of positionX/positionY, rotation, scaleX/scaleY, alignment, boundsType/boundsAlignment/ boundsWidth/boundsHeight, cropLeft/Right/Top/Bottom.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transform | Yes | ||
| scene_name | Yes | ||
| scene_item_id | Yes |