diff --git a/docs/generated/comments.json b/docs/generated/comments.json index 936ed315..cda71eec 100644 --- a/docs/generated/comments.json +++ b/docs/generated/comments.json @@ -3414,6 +3414,7 @@ "{int} `crop.bottom` The number of pixels cropped off the bottom of the source before scaling.", "{int} `crop.left` The number of pixels cropped off the left of the source before scaling.", "{bool} `visible` If the source is visible.", + "{bool} `locked` If the source's transform is locked.", "{String} `bounds.type` Type of bounding box. Can be \"OBS_BOUNDS_STRETCH\", \"OBS_BOUNDS_SCALE_INNER\", \"OBS_BOUNDS_SCALE_OUTER\", \"OBS_BOUNDS_SCALE_TO_WIDTH\", \"OBS_BOUNDS_SCALE_TO_HEIGHT\", \"OBS_BOUNDS_MAX_ONLY\" or \"OBS_BOUNDS_NONE\".", "{int} `bounds.alignment` Alignment of the bounding box.", "{double} `bounds.x` Width of the bounding box.", @@ -3488,6 +3489,11 @@ "name": "visible", "description": "If the source is visible." }, + { + "type": "bool", + "name": "locked", + "description": "If the source's transform is locked." + }, { "type": "String", "name": "bounds.type", diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index fa3c86dc..24484f53 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -1516,6 +1516,7 @@ Gets the scene specific properties of the specified source item. | `crop.bottom` | _int_ | The number of pixels cropped off the bottom of the source before scaling. | | `crop.left` | _int_ | The number of pixels cropped off the left of the source before scaling. | | `visible` | _bool_ | If the source is visible. | +| `locked` | _bool_ | If the source's transform is locked. | | `bounds.type` | _String_ | Type of bounding box. Can be "OBS_BOUNDS_STRETCH", "OBS_BOUNDS_SCALE_INNER", "OBS_BOUNDS_SCALE_OUTER", "OBS_BOUNDS_SCALE_TO_WIDTH", "OBS_BOUNDS_SCALE_TO_HEIGHT", "OBS_BOUNDS_MAX_ONLY" or "OBS_BOUNDS_NONE". | | `bounds.alignment` | _int_ | Alignment of the bounding box. | | `bounds.x` | _double_ | Width of the bounding box. |