set_object_visibility
Control object visibility in Blender's viewport and render outputs by specifying which objects to show or hide for 3D modeling and animation workflows.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| visible | Yes | ||
| viewport | No | ||
| render | No |