Outliner Operators
- bpy.ops.outliner.action_set(*, action='')
Change the active action used
- Parameters:
action (str) – Action, (optional)
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.animdata_operation(*, type='CLEAR_ANIMDATA')
Undocumented, consider contributing.
- Parameters:
type (Literal['CLEAR_ANIMDATA', 'SET_ACT', 'CLEAR_ACT', 'REFRESH_DRIVERS', 'CLEAR_DRIVERS']) –
Animation Operation, (optional)
CLEAR_ANIMDATAClear Animation Data – Remove this animation data container.SET_ACTSet Action.CLEAR_ACTUnlink Action.REFRESH_DRIVERSRefresh Drivers.CLEAR_DRIVERSClear Drivers.
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.clear_filter()
Clear the search filter
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.collection_color_tag_set(*, color='NONE')
Set a color tag for the selected collections
- Parameters:
color (Literal[Collection Color Items]) – Color Tag, (optional)
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.collection_disable()
Disable viewport display in the view layers
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.collection_disable_render()
Do not render this collection
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.collection_drop()
Drag to move to collection in Outliner
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.collection_duplicate()
Recursively duplicate the collection, all its children, objects and object data
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.collection_duplicate_linked()
Recursively duplicate the collection, all its children and objects, with linked object data
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.collection_enable()
Enable viewport display in the view layers
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.collection_enable_render()
Render the collection
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.collection_exclude_clear()
Include collection in the active view layer
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.collection_exclude_set()
Exclude collection from the active view layer
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.collection_hide()
Hide the collection in this view layer
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.collection_hide_inside()
Hide all the objects and collections inside the collection
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.collection_hierarchy_delete()
Delete selected collection hierarchies
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.collection_holdout_clear()
Clear masking of collection in the active view layer
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.collection_holdout_set()
Mask collection in the active view layer
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.collection_indirect_only_clear()
Clear collection contributing only indirectly in the view layer
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.collection_indirect_only_set()
Set collection to only contribute indirectly (through shadows and reflections) in the view layer
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.collection_instance()
Instance selected collections to active scene
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.collection_isolate(*, extend=False)
Hide all but this collection and its parents
- Parameters:
extend (bool) – Extend, Extend current visible collections (optional)
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.collection_link()
Link selected collections to active scene
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.collection_new(*, nested=True)
Add a new collection inside selected collection
- Parameters:
nested (bool) – Nested, Add as child of selected collection (optional)
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.collection_objects_deselect()
Deselect objects in collection
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.collection_objects_select()
Select objects in collection
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.collection_show()
Show the collection in this view layer
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.collection_show_inside()
Show all the objects and collections inside the collection
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.constraint_operation(*, type='ENABLE')
Undocumented, consider contributing.
- Parameters:
type (Literal['ENABLE', 'DISABLE', 'DELETE']) – Constraint Operation, (optional)
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.data_operation(*, type='DEFAULT')
Undocumented, consider contributing.
- Parameters:
type (Literal['DEFAULT']) – Data Operation, (optional)
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.datastack_drop()
Copy or reorder modifiers, constraints, and effects
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.delete(*, hierarchy=False)
Delete selected objects and collections
- Parameters:
hierarchy (bool) – Hierarchy, Delete child objects and collections (optional)
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.drivers_add_selected()
Add drivers to selected items
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.drivers_delete_selected()
Delete drivers assigned to selected items
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.expanded_toggle()
Expand/Collapse all items
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.hide()
Hide selected objects and collections
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.highlight_update()
Update the item highlight based on the current mouse position
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.id_copy()
Copy the selected data-blocks to the internal clipboard
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.id_delete()
Delete the ID under cursor
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.id_linked_relocate()
Replace the active linked ID (and its dependencies if any) by another one, from the same or a different library
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.id_operation(*, type='UNLINK')
General data-block management operations
- Parameters:
type (Literal['UNLINK', 'LOCAL', 'SINGLE', 'DELETE', 'REMAP', 'COPY', 'PASTE', 'ADD_FAKE', 'CLEAR_FAKE', 'RENAME', 'SELECT_LINKED']) –
ID Data Operation, (optional)
UNLINKUnlink.LOCALMake Local.SINGLEMake Single User.DELETEDelete.REMAPRemap Users – Make all users of selected data-blocks to use instead current (clicked) one.COPYCopy.PASTEPaste.ADD_FAKEAdd Fake User – Ensure data-block gets saved even if it isn’t in use (e.g. for motion and material libraries).CLEAR_FAKEClear Fake User.RENAMERename.SELECT_LINKEDSelect Linked.
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.id_paste()
Paste data-blocks from the internal clipboard
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.id_remap(*, id_type='OBJECT', old_id=0, new_id=0)
Undocumented, consider contributing.
- Parameters:
id_type (Literal[Id Type Items]) – ID Type, (optional)
old_id (int) – Old ID, Old ID’s session uid to remap data from (in [-inf, inf], optional)
new_id (int) – New ID, New ID’s session uid to remap all selected IDs’ users to (in [-inf, inf], optional)
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.item_activate(*, extend=False, extend_range=False, deselect_all=False, recurse=False)
Handle mouse clicks to select and activate items
- Parameters:
extend (bool) – Extend, Extend selection for activation (optional)
extend_range (bool) – Extend Range, Select a range from active element (optional)
deselect_all (bool) – Deselect On Nothing, Deselect all when nothing under the cursor (optional)
recurse (bool) – Recurse, Select objects recursively from active element (optional)
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.item_drag_drop()
Drag and drop element to another place
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.item_openclose(*, all=False)
Toggle whether item under cursor is enabled or closed
- Parameters:
all (bool) – All, Close or open all items (optional)
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.item_rename(*, use_active=False)
Rename the active element
- Parameters:
use_active (bool) – Use Active, Rename the active item, rather than the one the mouse is over (optional)
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.keyingset_add_selected()
Add selected items (blue-gray rows) to active Keying Set
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.keyingset_remove_selected()
Remove selected items (blue-gray rows) from active Keying Set
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.lib_operation(*, type='DELETE')
Undocumented, consider contributing.
- Parameters:
type (Literal['DELETE', 'RELOCATE', 'RELOAD']) –
Library Operation, (optional)
DELETEDelete – Delete this library and all its items.RELOCATERelocate – Select a new path for this library, and reload all its data.RELOADReload – Reload all data from this library.
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.lib_relocate()
Relocate the library under cursor
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.liboverride_operation(*, type='OVERRIDE_LIBRARY_CREATE_HIERARCHY', selection_set='SELECTED')
Create, reset or clear library override hierarchies
- Parameters:
type (Literal['OVERRIDE_LIBRARY_CREATE_HIERARCHY', 'OVERRIDE_LIBRARY_RESET', 'OVERRIDE_LIBRARY_CLEAR_SINGLE']) –
Library Override Operation, (optional)
OVERRIDE_LIBRARY_CREATE_HIERARCHYMake – Create a local override of the selected linked data-blocks, and their hierarchy of dependencies.OVERRIDE_LIBRARY_RESETReset – Reset the selected local overrides to their linked references values.OVERRIDE_LIBRARY_CLEAR_SINGLEClear – Delete the selected local overrides and relink their usages to the linked data-blocks if possible, else reset them and mark them as non editable.
selection_set (Literal['SELECTED', 'CONTENT', 'SELECTED_AND_CONTENT']) –
Selection Set, Over which part of the tree items to apply the operation (optional)
SELECTEDSelected – Apply the operation over selected data-blocks only.CONTENTContent – Apply the operation over content of the selected items only (the data-blocks in their sub-tree).SELECTED_AND_CONTENTSelected & Content – Apply the operation over selected data-blocks and all their dependencies.
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.liboverride_troubleshoot_operation(*, type='OVERRIDE_LIBRARY_RESYNC_HIERARCHY', selection_set='SELECTED')
Advanced operations over library override to help fix broken hierarchies
- Parameters:
type (Literal['OVERRIDE_LIBRARY_RESYNC_HIERARCHY', 'OVERRIDE_LIBRARY_RESYNC_HIERARCHY_ENFORCE', 'OVERRIDE_LIBRARY_DELETE_HIERARCHY']) –
Library Override Troubleshoot Operation, (optional)
OVERRIDE_LIBRARY_RESYNC_HIERARCHYResync – Rebuild the selected local overrides from their linked references, as well as their hierarchies of dependencies.OVERRIDE_LIBRARY_RESYNC_HIERARCHY_ENFORCEResync Enforce – Rebuild the selected local overrides from their linked references, as well as their hierarchies of dependencies, enforcing these hierarchies to match the linked data (i.e. ignoring existing overrides on data-blocks pointer properties).OVERRIDE_LIBRARY_DELETE_HIERARCHYDelete – Delete the selected local overrides (including their hierarchies of override dependencies) and relink their usages to the linked data-blocks.
selection_set (Literal['SELECTED', 'CONTENT', 'SELECTED_AND_CONTENT']) –
Selection Set, Over which part of the tree items to apply the operation (optional)
SELECTEDSelected – Apply the operation over selected data-blocks only.CONTENTContent – Apply the operation over content of the selected items only (the data-blocks in their sub-tree).SELECTED_AND_CONTENTSelected & Content – Apply the operation over selected data-blocks and all their dependencies.
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.material_drop()
Drag material to object in Outliner
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.modifier_operation(*, type='APPLY')
Undocumented, consider contributing.
- Parameters:
type (Literal['APPLY', 'DELETE', 'TOGVIS', 'TOGREN']) – Modifier Operation, (optional)
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.object_operation(*, type='SELECT')
Undocumented, consider contributing.
- Parameters:
type (Literal['SELECT', 'DESELECT', 'SELECT_HIERARCHY', 'REMAP', 'RENAME']) –
Object Operation, (optional)
SELECTSelect.DESELECTDeselect.SELECT_HIERARCHYSelect Hierarchy.REMAPRemap Users – Make all users of selected data-blocks to use instead a new chosen one.RENAMERename.
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.operation()
Context menu for item operations
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.orphans_manage()
Open a window to manage unused data
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.orphans_purge(*, do_local_ids=True, do_linked_ids=True, do_recursive=True)
Clear all orphaned data-blocks without any users from the file
- Parameters:
do_local_ids (bool) – Local Data-blocks, Include unused local data-blocks into deletion (optional)
do_linked_ids (bool) – Linked Data-blocks, Include unused linked data-blocks into deletion (optional)
do_recursive (bool) – Recursive Delete, Recursively check for indirectly unused data-blocks, ensuring that no orphaned data-blocks remain after execution (optional)
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.parent_clear()
Drag to clear parent in Outliner
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.parent_drop()
Drag to parent in Outliner
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.scene_drop()
Drag object to scene in Outliner
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.scene_operation(*, type='DELETE')
Context menu for scene operations
- Parameters:
type (Literal['DELETE']) – Scene Operation, (optional)
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.scroll_page(*, up=False)
Scroll page up or down
- Parameters:
up (bool) – Up, Scroll up one page (optional)
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.select_all(*, action='TOGGLE')
Toggle the Outliner selection of items
- Parameters:
action (Literal['TOGGLE', 'SELECT', 'DESELECT', 'INVERT']) –
Action, Selection action to execute (optional)
TOGGLEToggle – Toggle selection for all elements.SELECTSelect – Select all elements.DESELECTDeselect – Deselect all elements.INVERTInvert – Invert selection of all elements.
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.select_box(*, tweak=False, xmin=0, xmax=0, ymin=0, ymax=0, wait_for_input=True, mode='SET')
Use box selection to select tree elements
- Parameters:
tweak (bool) – Tweak, Tweak gesture from empty space for box selection (optional)
xmin (int) – X Min, (in [-inf, inf], optional)
xmax (int) – X Max, (in [-inf, inf], optional)
ymin (int) – Y Min, (in [-inf, inf], optional)
ymax (int) – Y Max, (in [-inf, inf], optional)
wait_for_input (bool) – Wait for Input, (optional)
mode (Literal['SET', 'ADD', 'SUB']) –
Mode, (optional)
SETSet – Set a new selection.ADDExtend – Extend existing selection.SUBSubtract – Subtract existing selection.
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.select_walk(*, direction='UP', extend=False, toggle_all=False)
Use walk navigation to select tree elements
- Parameters:
direction (Literal['UP', 'DOWN', 'LEFT', 'RIGHT']) – Walk Direction, Select/Deselect element in this direction (optional)
extend (bool) – Extend, Extend selection on walk (optional)
toggle_all (bool) – Toggle All, Toggle open/close hierarchy (optional)
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.show_active()
Open up the tree and adjust the view so that the active object is shown centered
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.show_hierarchy()
Open all object entries and close all others
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.show_one_level(*, open=True)
Expand/collapse all entries by one level
- Parameters:
open (bool) – Open, Expand all entries one level deep (optional)
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.start_filter()
Start entering filter text
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.outliner.unhide_all()
Unhide all objects and collections
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]