set_collection_visibility
Control visibility of a named collection in viewport, render, or both by specifying collection name and visible 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 | ||
| visible | Yes | ||
| viewport | No | ||
| render | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||