Outliner¶
The Outliner is a list that organizes data in the blend-file, i.e. the scene data, Video Sequencer data, or anything that gets stored in a blend-file. The Outliner can be used to:
- View the data in the scene.
- Select and deselect objects in the scene.
- Hide or show an object in the scene.
- Enable or disable selection (to make an object „unselectable“ in the 3D Viewport).
- Enable or disable the rendering of an object.
- Delete objects from the scene.
- Unlink data (equivalent to pressing the X button next to the name of a data-block).
- Manage collections in the scene.
Each row in the Outliner shows a data-block. You can LMB click the disclosure triangle to the left of a name to expand the current data-block and see what other data-blocks it contains. Holding Shift when clicking on the disclosure triangle will expand child data-blocks recursively. LMB Clicking and dragging along disclosure triangles will expand or collapse multiple data-blocks.
Selecting and Activating¶
Selection is done with LMB (and/or the context menu, see below) on the row of a data-block outside the name/icon area. Single selections will also activate the data-block. The rows of selected data-blocks are highlighted blue, with the active data-block highlighted in a lighter blue.
Clicking in empty space below the list of data-blocks will deselect all.
Bemerkung
By default, selecting data-blocks in the Outliner will select the respective objects, bones, and sequences in the 3D View and Sequencer. Selections in the 3D View and Sequencer will be synced to each Outliner. To disable selection syncing, turn off the toggle in the filter popover.
Children of a data-block can also be selected by clicking the icon that is displayed to the right of the parent data-block’s name.
Selecting Multiple Data-Blocks¶
Extend the selection one data-block at a time using Ctrl-LMB. Each data-block added to the selection this way will be made the active data-block.
Select a range of elements from the active element using Shift-LMB. To select a range without deselecting the previous selection, use Shift-Ctrl-LMB.
A click and drag from any location in the Outliner other than a name or icon will begin a box selection. Use Shift to add and Ctrl to subtract from existing selections with box select. Box select can also be started with B.
To select all items use A; Alt-A will deselect all items.
The keyboard arrow keys can be used to navigate and select in the Outliner. Keyboard selection and navigation starts from the active data-block, but does not change the active data-block.
Up | Select the previous element in the list. |
Down | Select the next element in the list. |
Shift-Up | Select the previous element without deselecting. |
Shift-Down | Select the next element without deselecting. |
Left | Close the data-block. |
Right | Open the data-block to view children. |
Shift-Left | Close this and all child data-blocks. |
Shift-Right | Open this and all child data-blocks. |
Toggling Interaction Modes¶
Selecting some data-blocks with LMB will toggle into the relevant interaction mode. For example, selecting the mesh data of the cube will select the cube and enter Edit Mode. Selecting the data-block again will toggle back into Object Mode
If the data-block type supports multi-editing, you can use Shift to add/remove objects from the edit mode.
Relations Management¶
Data-blocks can be dragged and dropped to manage data relations in the Outliner. To begin a drag and drop, LMB click and drag from the name or icon of a data-block.
Objects can be moved to collections by dropping on the name or contents of a collection. To link an object to a collection, hold Ctrl while dropping.
To set parent-child relations between objects, drop an object onto another object while holding Shift.
Bemerkung
Drag and drop will attempt to operate on the entire selection. Selected data-blocks that are incompatible with the operation will remain unmodified.
Restriction Columns¶
The following toggles, in the right side of the Outliner editor, are available for collections, objects, bones, modifiers and constraints.
By default only the temporary viewport visibility is enabled. The other options can be enabled in the Restriction Toggles option in the Outliner filter.
- Holding Shift sets or unsets the value to all its child collections or objects.
- Holding Ctrl isolates the object or collection, so they are the only ones with its value set.
- Visibility (eye icon)
- Toggles the visibility of the object in the 3D View.
- Enable collection (checkbox)
- Exclude the collection from the view layer. This is not really a restriction column. It is shown besides the collection icon.
Bemerkung
The following options need to first be enabled in the Outliner filter.
- Selectability (mouse cursor icon)
- This is useful for if you have placed something in the scene and do not want to accidentally select it when working on something else.
- Rendering (camera icon)
- This will still keep the object visible in the scene, but it will be ignored by the renderer. Usually used by support objects that help modeling and animation yet do not belong in the final images.
- Global Viewport Visibility (screen icon)
- This will still render the object/collection, but it will be ignored by all the viewports. Often used for collections with high-poly objects that need to be instanced in other files.
- Holdout (collection only)
- Mask out objects in collection from view layer – Cycles only.
- Indirect Only (collection only)
- Objects in these collections only contribute to indirect light – Cycles only.
Header¶
Display Mode¶
The editors header has a select menu that let you filter what the Outliner should show. It helps to narrow the list of objects so that you can find things quickly and easily.
- Scenes
- Shows everything the Outliner can display (in all scenes, all view layers, etc.).
- View Layer
- Shows all the collections and objects in the current view layer.
- Sequence
- Lists data-block that are used by the Sequencer.
- Blender File
- Lists all data in the current blend-file.
- Data API
- Lists every data-block along with any properties that they might have.
- Orphan Data
- Lists data-blocks which are unused and/or will be lost when the file is reloaded. It includes data-blocks which have only a fake user. You can add/remove Fake User by clicking on cross/tick icon in the right side of the Outliner editor.
Searching¶
You can search the view for data-blocks, by using Search field in the header of the Outliner, The Filter menu lets you toggle the following options:
- Case Sensitive Matches Only
- Complete Matches Only
Filter¶
- Restriction Toggles
- Set which Restriction Columns should be visible.
- Sort Alphabetically
- Sort the entries alphabetically.
- Sync Selection
- Sync Outliner selection to and from the 3D View and Sequencer editors. Disable to manage collections, object relations, and scene data without changing the selection state. Selection syncing is only available in Scenes, View Layer, and Sequence display modes.
- Collections
- List the objects and collections under the collection hierarchy of the scene. Objects may appear in more than one collection.
- Objects
- List of all the objects, respecting the other filter options. Disabled only if you need an overview of the collections without the objects.
- Object State
- All
- The default option, no restrictions.
- Visible
- List only the objects visible in the viewports. The global and temporary visibility settings are taken into consideration.
- Invisible
- List only the objects not visible in the viewports.
- Selected
- Lists the object(s) that are currently selected in the 3D View. See selecting in the 3D View for more information.
- Active
- Lists only the active (often last selected) object.
- Object Contents
- List materials, modifiers, mesh data, …
- Object Children
- List the object children. If the Collections option is enabled, you will see the object children even if the children are not in the collection. However the Outliner shows them as a dashed line.
- Data-Block
- Allows you to filter out certain data-blocks currently present in the scene.
Miscellaneous¶
Some options in the header will only show if compatible with the active Display Mode.
- New Collection (View Layer)
- Add a new collection inside selected collection.
- Filter ID Type (Orphan Data, Blender File)
- Restrict the type of the data-blocks shown in the Outliner.
- Keying Sets (Data API)
- Add/Remove selected data to the active Keying Set.
- Drivers
- Add/Remove Drivers to the selected item.
- Purge (Orphan Data)
- Remove all unused data-blocks from the file (cannot be undone).