SpaceImageEditor(Space)¶
base classes — bpy_struct, Space
-
class
bpy.types.SpaceImageEditor(Space)¶ Image and UV editor space data
-
cursor_location¶ 2D cursor location for this view
Type: float array of 2 items in [-inf, inf], default (0.0, 0.0)
-
draw_channels¶ Channels of the image to draw
COLOR_ALPHAColor and Alpha, Draw image with RGB colors and alpha transparency.COLORColor, Draw image with RGB colors.ALPHAAlpha, Draw alpha transparency channel.Z_BUFFERZ-Buffer, Draw Z-buffer associated with image (mapped from camera clip start to end).REDRed.GREENGreen.BLUEBlue.
Type: enum in [‘COLOR_ALPHA’, ‘COLOR’, ‘ALPHA’, ‘Z_BUFFER’, ‘RED’, ‘GREEN’, ‘BLUE’], default ‘COLOR’
-
grease_pencil¶ Grease pencil data for this space
Type: GreasePencil
-
image_user¶ Parameters defining which layer, pass and frame of the image is displayed
Type: ImageUser, (readonly, never None)
-
mask_draw_type¶ Draw type for mask splines
OUTLINEOutline, Draw white edges with black outline.DASHDash, Draw dashed black-white edges.BLACKBlack, Draw black edges.WHITEWhite, Draw white edges.
Type: enum in [‘OUTLINE’, ‘DASH’, ‘BLACK’, ‘WHITE’], default ‘OUTLINE’
-
mask_overlay_mode¶ Overlay mode of rasterized mask
ALPHACHANNELAlpha Channel, Show alpha channel of the mask.COMBINEDCombined, Combine space background image with the mask.
Type: enum in [‘ALPHACHANNEL’, ‘COMBINED’], default ‘ALPHACHANNEL’
-
mode¶ Editing context being displayed
VIEWView, View the image and UV edit in mesh editmode.PAINTPaint, 2D image painting mode.MASKMask, Mask editing.
Type: enum in [‘VIEW’, ‘PAINT’, ‘MASK’], default ‘VIEW’
-
pivot_point¶ Rotation/Scaling Pivot
BOUNDING_BOX_CENTERBounding Box Center, Pivot around bounding box center of selected object(s).CURSOR3D Cursor, Pivot around the 3D cursor.INDIVIDUAL_ORIGINSIndividual Origins, Pivot around each object’s own origin.MEDIAN_POINTMedian Point, Pivot around the median point of selected objects.ACTIVE_ELEMENTActive Element, Pivot around active object.
Type: enum in [‘BOUNDING_BOX_CENTER’, ‘CURSOR’, ‘INDIVIDUAL_ORIGINS’, ‘MEDIAN_POINT’, ‘ACTIVE_ELEMENT’], default ‘BOUNDING_BOX_CENTER’
-
show_grease_pencil¶ Show grease pencil for this view
Type: boolean, default False
-
show_mask_overlay¶ Type: boolean, default False
-
show_mask_smooth¶ Type: boolean, default False
-
show_maskedit¶ Show Mask editing related properties
Type: boolean, default False, (readonly)
-
show_paint¶ Show paint related properties
Type: boolean, default False, (readonly)
-
show_render¶ Show render related properties
Type: boolean, default False, (readonly)
-
show_repeat¶ Draw the image repeated outside of the main view
Type: boolean, default False
-
show_stereo_3d¶ Display the image in Stereo 3D
Type: boolean, default False
-
show_uvedit¶ Show UV editing related properties
Type: boolean, default False, (readonly)
-
use_image_pin¶ Display current image regardless of object selection
Type: boolean, default False
-
use_realtime_update¶ Update other affected window spaces automatically to reflect changes during interactive operations such as transform
Type: boolean, default False
-
uv_editor¶ UV editor settings
Type: SpaceUVEditor, (readonly, never None)
-
zoom¶ Zoom factor
Type: float array of 2 items in [-inf, inf], default (0.0, 0.0), (readonly)
-
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.Structsubclass
-
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
-
draw_handler_add()¶ Undocumented
-
draw_handler_remove()¶ Undocumented
-
Inherited Properties
Inherited Functions