-
Notifications
You must be signed in to change notification settings - Fork 68
Visibility
Hides the provided ref
objects. This is the equivalent of calling ref.hide_set(True)
.
Convenience functions:
- hide(ref)
Shows the provided ref
objects. This is the equivalent of calling ref.hide_set(False)
.
Convenience functions:
- show(ref)
- unhide(ref)
- unhide_object(ref)
Hides the provided ref
objects in the viewport. This is the equivalent of using ref.hide_viewport = True
.
Shows the provided ref
objects in the viewport. This is the equivalent of using ref.hide_viewport = False
.
Convenience functions:
- unhide_in_viewport(ref)
Shows the provided ref
objects in the render. This is the equivalent of using ref.hide_render = True
.
Shows the provided ref
objects in the viewport. This is the equivalent of using ref.hide_viewport = False
.
Convenience functions:
- unhide_in_render(ref)
Sets the display mode of the provided ref
objects to 'BOUNDS'.
Sets the display mode of the provided ref
objects to 'TEXTURED'.
Sets the display mode of the provided ref
objects to 'SOLID'.
Sets the display mode of the provided ref
objects to 'WIRE'.