SpaceOutliner(Space)¶
base classes — bpy_struct
, Space
-
class
bpy.types.
SpaceOutliner
(Space)¶ Outliner space data
-
display_mode
¶ Type of information to display
ALL_SCENES
All Scenes, Display datablocks in all scenes.CURRENT_SCENE
Current Scene, Display datablocks in current scene.VISIBLE_LAYERS
Visible Layers, Display datablocks in visible layers.SELECTED
Selected, Display datablocks of selected objects.ACTIVE
Active, Display datablocks of active object.SAME_TYPES
Same Types, Display datablocks of all objects of same type as selected object.GROUPS
Groups, Display groups and their datablocks.SEQUENCE
Sequence, Display sequence datablocks.LIBRARIES
Blender File, Display data of current file and linked libraries.DATABLOCKS
Datablocks, Display all raw datablocks.USER_PREFERENCES
User Preferences, Display the user preference datablocks.ORPHAN_DATA
Orphan Data, Display datablocks which are unused and/or will be lost when the file is reloaded.
Type: enum in [‘ALL_SCENES’, ‘CURRENT_SCENE’, ‘VISIBLE_LAYERS’, ‘SELECTED’, ‘ACTIVE’, ‘SAME_TYPES’, ‘GROUPS’, ‘SEQUENCE’, ‘LIBRARIES’, ‘DATABLOCKS’, ‘USER_PREFERENCES’, ‘ORPHAN_DATA’], default ‘ALL_SCENES’
-
filter_text
¶ Live search filtering string
Type: string, default “”, (never None)
-
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
-
use_sort_alpha
¶ Type: boolean, default False
-
draw_handler_add
()¶ Undocumented
-
draw_handler_remove
()¶ Undocumented
-
Inherited Properties
Inherited Functions