Space(bpy_struct)

base class — bpy_struct

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

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)