base classes — bpy_struct, Space
Image and UV editor space data
2D cursor location for this view
Type: | float array of 2 items in [-inf, inf], default (0.0, 0.0) |
---|
Channels of the image to draw
Type: | enum in [‘COLOR_ALPHA’, ‘COLOR’, ‘ALPHA’, ‘Z_BUFFER’], default ‘COLOR’ |
---|
Grease pencil data for this space
Type: | GreasePencil |
---|
Parameters defining which layer, pass and frame of the image is displayed
Type: | ImageUser, (readonly, never None) |
---|
Draw type for mask splines
Type: | enum in [‘OUTLINE’, ‘DASH’, ‘BLACK’, ‘WHITE’], default ‘OUTLINE’ |
---|
Overlay mode of rasterized mask
Type: | enum in [‘ALPHACHANNEL’, ‘COMBINED’], default ‘ALPHACHANNEL’ |
---|
Editing context being displayed
Type: | enum in [‘VIEW’, ‘PAINT’, ‘MASK’], default ‘VIEW’ |
---|
Rotation/Scaling Pivot
Type: | enum in [‘CENTER’, ‘MEDIAN’, ‘CURSOR’], default ‘CENTER’ |
---|
Show grease pencil for this view
Type: | boolean, default False |
---|
Type: | boolean, default False |
---|
Type: | boolean, default False |
---|
Show Mask editing related properties
Type: | boolean, default False, (readonly) |
---|
Show paint related properties
Type: | boolean, default False, (readonly) |
---|
Show render related properties
Type: | boolean, default False, (readonly) |
---|
Draw the image repeated outside of the main view
Type: | boolean, default False |
---|
Show UV editing related properties
Type: | boolean, default False, (readonly) |
---|
Display current image regardless of object selection
Type: | boolean, default False |
---|
Update other affected window spaces automatically to reflect changes during interactive operations such as transform
Type: | boolean, default False |
---|
UV editor settings
Type: | SpaceUVEditor, (readonly, never None) |
---|
Zoom factor
Type: | float array of 2 items in [-inf, inf], default (0.0, 0.0), (readonly) |
---|
Undocumented
Undocumented
Inherited Properties
Inherited Functions