SpaceImageEditor(Space)

base classes — bpy_struct, Space

class bpy.types.SpaceImageEditor(Space)

Image and UV editor space data

curve

Color curve mapping to use for displaying the image

Type :CurveMapping, (readonly)
draw_channels

Channels of the image to draw

Type :enum in [‘COLOR’, ‘COLOR_ALPHA’, ‘ALPHA’, ‘Z_BUFFER’], default ‘COLOR’
grease_pencil

Grease pencil data for this space

Type :GreasePencil
image

Image displayed and edited in this space

Type :Image
image_user

Parameters defining which layer, pass and frame of the image is displayed

Type :ImageUser, (readonly, never None)
sample_histogram

Sampled colors along line

Type :Histogram, (readonly)
scopes

Scopes to visualize image statistics.

Type :Scopes, (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_uvedit

Show UV editing related properties

Type :boolean, default False, (readonly)
use_grease_pencil

Display and edit the grease pencil freehand annotations overlay

Type :boolean, default False
use_image_paint

Enable image painting mode

Type :boolean, default False
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)

Inherited Properties

Inherited Functions

Previous topic

SpaceGraphEditor(Space)

Next topic

SpaceInfo(Space)