Hiding objects in Blender using Python API

There are several modes in Blender for hiding objects: common hiding, hiding for all scenes and view layers, and hiding for render. Any of these modes can be enabled or disabled using the Blender Python API.

Hiding an object for the current scene

Indicated by the “eye” icon in the outliner.

Hiding the active object:

Unhiding:

Hiding an object for all scenes

Indicated by the “monitor” icon in the outliner.

Hiding the active object:

Unhiding:

Hiding an object for rendering

Indicated by the “camera” icon in the outliner.

Hiding the active object:

Unhiding:

0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comment
Inline Feedbacks
View all comments