set_object_visibility
Set object visibility in Blender's viewport and render independently. Specify the object name and whether to show or hide it.
Instructions
Set object visibility in viewport and/or render.
Args: name: Name of the object. visible: Whether the object 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 | |||