WorkSpace(ID)¶
base classes — bpy_struct, ID
- class bpy.types.WorkSpace(ID)¶
Workspace data-block, defining the working environment for the user
- object_mode¶
Switch to this object mode when activating the workspace
OBJECTObject Mode.EDITEdit Mode.POSEPose Mode.SCULPTSculpt Mode.VERTEX_PAINTVertex Paint.WEIGHT_PAINTWeight Paint.TEXTURE_PAINTTexture Paint.PARTICLE_EDITParticle Edit.EDIT_GPENCILGrease Pencil Edit Mode, Edit Grease Pencil Strokes.SCULPT_GPENCILGrease Pencil Sculpt Mode, Sculpt Grease Pencil Strokes.PAINT_GPENCILGrease Pencil Draw, Paint Grease Pencil Strokes.VERTEX_GPENCILGrease Pencil Vertex Paint, Grease Pencil Vertex Paint Strokes.WEIGHT_GPENCILGrease Pencil Weight Paint, Grease Pencil Weight Paint Strokes.
- Type
enum in [‘OBJECT’, ‘EDIT’, ‘POSE’, ‘SCULPT’, ‘VERTEX_PAINT’, ‘WEIGHT_PAINT’, ‘TEXTURE_PAINT’, ‘PARTICLE_EDIT’, ‘EDIT_GPENCIL’, ‘SCULPT_GPENCIL’, ‘PAINT_GPENCIL’, ‘VERTEX_GPENCIL’, ‘WEIGHT_GPENCIL’], default ‘OBJECT’
- owner_ids¶
- Type
wmOwnerIDsbpy_prop_collectionofwmOwnerID, (readonly)
- screens¶
Screen layouts of a workspace
- Type
bpy_prop_collectionofScreen, (readonly)
- tools¶
- Type
wmToolsbpy_prop_collectionofWorkSpaceTool, (readonly)
- use_filter_by_owner¶
Filter the UI by tags
- Type
boolean, default False
- classmethod status_text_set_internal(text)¶
Set the status bar text, typically key shortcuts for modal operators
- Parameters
text (string) – Text, New string for the status bar, None clears the text
- status_text_set(text)¶
Set the status text or None to clear, When text is a function, this will be called with the (header, context) arguments.
- classmethod bl_rna_get_subclass(id, default=None)¶
- Parameters
id (string) – The RNA type identifier.
- Returns
The RNA type or default when not found.
- Return type
bpy.types.Structsubclass
- classmethod bl_rna_get_subclass_py(id, default=None)¶
- Parameters
id (string) – The RNA type identifier.
- Returns
The class or default when not found.
- Return type
type
Inherited Properties
Inherited Functions
References