1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
.. _bpy.types.SpaceView3D.show_object_viewport:
.. _bpy.types.SpaceView3D.show_object_select:
.. |visibility-icon| image:: /images/editors_3dview_display_visibility.png
**********************
Object Type Visibility
**********************
.. reference::
:Mode: All Modes
:Header: |visibility-icon| :menuselection:`View Object Types`
This popover lets you control the visibility and selectability of the various object types.
For example, you can hide all the Lights in the scene with one click.
The settings only apply to the current 3D Viewport. Object types marked as unselectable
can still be selected in other viewports and in the
:doc:`Outliner </editors/outliner/introduction>`, for example.
.. seealso::
Outliner :ref:`Restriction Columns <editors-outliner-interface-restriction_columns>`
for making individual objects invisible or unselectable across all viewports.
|