ap_object_set_visible
Toggle object visibility in the 3D scene. Hide or show objects to control rendering while preserving materials and project data.
Instructions
Show or hide a scene object. This is the object's visible flag: a hidden object stays in the project with its materials intact, it just stops rendering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Object name. | |
| visible | Yes | True to show, false to hide. |