base classes — bpy_struct, Space
Image and UV editor space data
Color curve mapping to use for displaying the image
| Type : | CurveMapping, (readonly) |
|---|
Channels of the image to draw
| Type : | enum in [‘COLOR’, ‘COLOR_ALPHA’, ‘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) |
|---|
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 and edit the grease pencil freehand annotations overlay
| Type : | boolean, default False |
|---|
Enable image painting mode
| Type : | boolean, default False |
|---|
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) |
|---|
Inherited Properties
Inherited Functions
|