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
()¶
-
Inherited Properties
Inherited Functions
References