Outliner Operators

bpy.ops.outliner.data_operation(type='SELECT')

Undocumented (contribute)

Parameters:
  • type (enum in [‘SELECT’, ‘DESELECT’, ‘HIDE’, ‘UNHIDE’], (optional)) – Data Operation
bpy.ops.outliner.drivers_add_selected()

Add drivers to selected items

bpy.ops.outliner.drivers_delete_selected()

Delete drivers assigned to selected items

bpy.ops.outliner.expanded_toggle()

Expand/Collapse all items

bpy.ops.outliner.group_operation(type='UNLINK')

Undocumented (contribute)

Parameters:
  • type (enum in [‘UNLINK’, ‘LOCAL’, ‘LINK’, ‘TOGVIS’, ‘TOGSEL’, ‘TOGREN’], (optional)) – Group Operation
bpy.ops.outliner.id_operation(type='UNLINK')

Undocumented (contribute)

Parameters:
  • type (enum in [‘UNLINK’, ‘LOCAL’], (optional)) – ID data Operation
bpy.ops.outliner.item_activate(extend=True)

Undocumented (contribute)

Parameters:
  • extend (boolean, (optional)) – Extend, Extend selection for activation.
bpy.ops.outliner.item_openclose(all=True)

Undocumented (contribute)

Parameters:
  • all (boolean, (optional)) – All, Close or open all items.
bpy.ops.outliner.item_rename()

Undocumented (contribute)

bpy.ops.outliner.keyingset_add_selected()

Undocumented (contribute)

bpy.ops.outliner.keyingset_remove_selected()

Undocumented (contribute)

bpy.ops.outliner.object_operation(type='SELECT')

Undocumented (contribute)

Parameters:
  • type (enum in [‘SELECT’, ‘DESELECT’, ‘DELETE’, ‘TOGVIS’, ‘TOGSEL’, ‘TOGREN’], (optional)) – Object Operation
bpy.ops.outliner.operation()

Undocumented (contribute)

bpy.ops.outliner.renderability_toggle()

Toggle the renderbility of selected items

bpy.ops.outliner.selectability_toggle()

Toggle the selectability

bpy.ops.outliner.selected_toggle()

Toggle the Outliner selection of items

bpy.ops.outliner.show_active()

Adjust the view so that the active Object is shown centered

bpy.ops.outliner.show_hierarchy()

Open all object entries and close all others

bpy.ops.outliner.show_one_level(open=True)

Undocumented (contribute)

Parameters:
  • open (boolean, (optional)) – Open, Expand all entries one level deep.
bpy.ops.outliner.visibility_toggle()

Toggle the visibility of selected items

Previous topic

Object Operators

Next topic

Paint Operators