Package bpy :: Module types :: Class SpaceImageEditor
[hide private]
[frames] | no frames]

Class SpaceImageEditor


The Space Image Editor Object

Image and UV editor space data.

(no references to this struct found)

Nested Classes [hide private]
  SpaceUVEditor
UV editor data for the image editor space.
Instance Variables [hide private]
CurveMapping (readonly) curves
Color curve mapping to use for displaying the image.
enum draw_channels
Channels of the image to draw.
boolean draw_repeated
Draw the image repeated outside of the main view.
UnknownType (readonly) grease_pencil
Grease pencil data for this space.
Image image
Image displayed and edited in this space.
boolean image_painting
Enable image painting mode.
boolean image_pin
Display current image regardless of object selection.
ImageUser (readonly) image_user
Parameters defining which layer, pass and frame of the image is displayed.
boolean (readonly) show_paint
Show paint related properties.
boolean (readonly) show_render
Show render related properties.
boolean (readonly) show_uvedit
Show uv editing related properties.
enum (readonly) type
Space data type. (Inherited from bpy.types.Space)
boolean update_automatically
Update other affected window spaces automatically to reflect changes during interactive operations such as transform.
boolean use_grease_pencil
Display and edit the grease pencil freehand annotations overlay.
SpaceUVEditor (readonly) uv_editor
UV editor settings.
Instance Variable Details [hide private]

draw_channels

Channels of the image to draw. in...
  • COLOR
  • COLOR_ALPHA
  • ALPHA
  • Z_BUFFER
Type:
enum