set_collection_visibility
Control whether a collection is visible in the viewport, the render, or both. Specify the collection name and visibility state.
Instructions
Set collection visibility in viewport and/or render.
Args: name: Name of the collection. visible: Whether the collection should be visible. viewport: Apply visibility change to viewport. Defaults to True. render: Apply visibility change to render. Defaults to True.
Returns: Confirmation dict with visibility state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| render | No | ||
| visible | Yes | ||
| viewport | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||