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