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

Class SpaceUVEditor

The Space UV Editor Object

UV editor data for the image editor space.

References

Instance Variables [hide private]
boolean constrain_to_image_bounds
Constraint to stay within the image bounds while editing.
boolean draw_modified_edges
Draw edges after modifiers are applied.
boolean draw_other_objects
Draw other selected objects that share the same image.
boolean draw_smooth_edges
Draw UV edges anti-aliased.
boolean draw_stretch
Draw faces colored according to the difference in shape between UVs and their 3D coordinates (blue for low distortion, red for high distortion).
enum draw_stretch_type
Type of stretch to draw.
enum edge_draw_type
Draw type for drawing UV edges.
boolean live_unwrap
Continuously unwrap the selected UV island while transforming pinned vertices.
boolean normalized_coordinates
Display UV coordinates from 0.0 to 1.0 rather than in pixels.
enum pivot
Rotation/Scaling Pivot.
boolean snap_to_pixels
Snap UVs to pixel locations while editing.
enum sticky_selection_mode
Automatically select also UVs sharing the same vertex as the ones being selected.
Instance Variable Details [hide private]

draw_stretch_type

Type of stretch to draw. in...
  • ANGLE
  • AREA
Type:
enum

edge_draw_type

Draw type for drawing UV edges. in...
  • OUTLINE
  • DASH
  • BLACK
  • WHITE
Type:
enum

pivot

Rotation/Scaling Pivot. in...
  • CENTER
  • MEDIAN
  • CURSOR
Type:
enum

sticky_selection_mode

Automatically select also UVs sharing the same vertex as the ones being selected. in...
  • DISABLED
  • SHARED_LOCATION
  • SHARED_VERTEX
Type:
enum