SpaceOutliner(Space)¶
base classes — bpy_struct, Space
-
class
bpy.types.SpaceOutliner(Space)¶ Outliner space data
-
display_mode¶ Type of information to display
ALL_SCENESAll Scenes, Display datablocks in all scenes.CURRENT_SCENECurrent Scene, Display datablocks in current scene.VISIBLE_LAYERSVisible Layers, Display datablocks in visible layers.SELECTEDSelected, Display datablocks of selected objects.ACTIVEActive, Display datablocks of active object.SAME_TYPESSame Types, Display datablocks of all objects of same type as selected object.GROUPSGroups, Display groups and their datablocks.SEQUENCESequence, Display sequence datablocks.LIBRARIESBlender File, Display data of current file and linked libraries.DATABLOCKSDatablocks, Display all raw datablocks.USER_PREFERENCESUser Preferences, Display the user preference datablocks.ORPHAN_DATAOrphan 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