Set Scene Item Transform
obs-set-scene-item-transformSet the position, rotation, scale, or crop of a scene item in OBS Studio by specifying new values for its transform properties.
Instructions
Set the position, rotation, scale, or crop of a scene item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scaleX | No | The x scale factor | |
| scaleY | No | The y scale factor | |
| cropTop | No | The number of pixels cropped off the top | |
| cropLeft | No | The number of pixels cropped off the left | |
| rotation | No | The rotation in degrees | |
| cropRight | No | The number of pixels cropped off the right | |
| positionX | No | The x position | |
| positionY | No | The y position | |
| sceneName | No | Name of the scene containing the item | |
| sceneUuid | No | UUID of the scene containing the item | |
| canvasUuid | No | UUID of the canvas containing the scene | |
| cropBottom | No | The number of pixels cropped off the bottom | |
| sceneItemId | Yes | The ID of the scene item | |
| sceneItemTransform | No | Complete or partial OBS scene item transform object |