Context(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.
Context
(bpy_struct)¶ Current windowmanager and data context
-
mode
¶ Type: enum in [‘EDIT_MESH’, ‘EDIT_CURVE’, ‘EDIT_SURFACE’, ‘EDIT_TEXT’, ‘EDIT_ARMATURE’, ‘EDIT_METABALL’, ‘EDIT_LATTICE’, ‘POSE’, ‘SCULPT’, ‘PAINT_WEIGHT’, ‘PAINT_VERTEX’, ‘PAINT_TEXTURE’, ‘PARTICLE’, ‘OBJECT’], default ‘EDIT_MESH’, (readonly)
-
region_data
¶ Type: RegionView3D
, (readonly)
-
tool_settings
¶ Type: ToolSettings
, (readonly)
-
user_preferences
¶ Type: UserPreferences
, (readonly)
-
window_manager
¶ Type: WindowManager
, (readonly)
-
copy
()¶
-
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.Struct
subclass
-
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