Context(bpy_struct)

base class — bpy_struct

class bpy.types.Context(bpy_struct)

Current windowmanager and data context

area
Type :Area, (readonly)
blend_data
Type :BlendData, (readonly)
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
Type :Region, (readonly)
region_data
Type :RegionView3D, (readonly)
scene
Type :Scene, (readonly)
screen
Type :Screen, (readonly)
space_data
Type :Space, (readonly)
tool_settings
Type :ToolSettings, (readonly)
user_preferences
Type :UserPreferences, (readonly)
window
Type :Window, (readonly)
window_manager
Type :WindowManager, (readonly)
static copy(self)

Inherited Properties

Inherited Functions

References

Previous topic

ConstraintTarget(bpy_struct)

Next topic

ControlFluidSettings(FluidSettings)