Space(bpy_struct)

base class — bpy_struct

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

class bpy.types.Space(bpy_struct)

Space data for a screen area

type

Space data type

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

Undocumented (contribute)

draw_handler_remove()

Undocumented (contribute)

Inherited Properties

Inherited Functions

References

Previous topic

SoundSequence(Sequence)

Next topic

SpaceClipEditor(Space)