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 data-blocks in all scenes.CURRENT_SCENE
Current Scene, Display data-blocks in current scene.VISIBLE_LAYERS
Visible Layers, Display data-blocks in visible layers.SELECTED
Selected, Display data-blocks of selected, visible objects.ACTIVE
Active, Display data-blocks of active object.SAME_TYPES
Same Types, Display data-blocks of all objects of same type as selected object.GROUPS
Groups, Display groups and their data-blocks.SEQUENCE
Sequence, Display sequence data-blocks.LIBRARIES
Blender File, Display data of current file and linked libraries.DATABLOCKS
Data-Blocks, Display all raw data-blocks.USER_PREFERENCES
User Preferences, Display user preference data.ORPHAN_DATA
Orphan Data, Display data-blocks 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