Space(bpy_struct)

base class — bpy_struct

subclasses — SpaceOutliner, SpaceProperties, SpaceFileBrowser, SpaceClipEditor, SpaceTextEditor, SpaceNodeEditor, SpaceImageEditor, SpaceLogicEditor, SpaceDopeSheetEditor, SpaceTimeline, SpaceView3D, SpaceUserPreferences, SpaceNLA, SpaceConsole, SpaceGraphEditor, SpaceInfo, SpaceSequenceEditor

class bpy.types.Space(bpy_struct)

Space data for a screen area

type

Space data type

Type :enum in [‘EMPTY’, ‘VIEW_3D’, ‘TIMELINE’, ‘GRAPH_EDITOR’, ‘DOPESHEET_EDITOR’, ‘NLA_EDITOR’, ‘IMAGE_EDITOR’, ‘SEQUENCE_EDITOR’, ‘CLIP_EDITOR’, ‘TEXT_EDITOR’, ‘NODE_EDITOR’, ‘LOGIC_EDITOR’, ‘PROPERTIES’, ‘OUTLINER’, ‘USER_PREFERENCES’, ‘INFO’, ‘FILE_BROWSER’, ‘CONSOLE’], default ‘EMPTY’, (readonly)
draw_handler_add()

Undocumented

draw_handler_remove()

Undocumented

Inherited Properties

Inherited Functions

References

Previous topic

SoundSequence(Sequence)

Next topic

SpaceClipEditor(Space)