SpaceOutliner(Space)

base classes — bpy_struct, Space

class bpy.types.SpaceOutliner(Space)

Outliner space data

display_mode

Type of information to display

Type :enum in [‘ALL_SCENES’, ‘CURRENT_SCENE’, ‘VISIBLE_LAYERS’, ‘SELECTED’, ‘ACTIVE’, ‘SAME_TYPES’, ‘GROUPS’, ‘LIBRARIES’, ‘SEQUENCE’, ‘DATABLOCKS’, ‘USER_PREFERENCES’, ‘KEYMAPS’], default ‘ALL_SCENES’
filter_text

Live search filtering string

Type :string, default “”
show_restrict_columns

Show column

Type :boolean, default False
use_filter_case_sensitive

Only use case sensitive matches of search string

Type :boolean, default False
use_filter_complete

Only use complete matches of search string

Type :boolean, default False

Inherited Properties

Inherited Functions

Previous topic

SpaceNodeEditor(Space)

Next topic

SpaceProperties(Space)