Blender V2.61 - r43446
Defines | Functions

uvedit_intern.h File Reference

Go to the source code of this file.

Defines

#define TF_PIN_MASK(id)   (TF_PIN1 << id)
#define TF_SEL_MASK(id)   (TF_SEL1 << id)

Functions

void uv_center (float uv[][2], float cent[2], int quad)
float uv_area (float uv[][2], int quad)
void uv_copy_aspect (float uv_orig[][2], float uv[][2], float aspx, float aspy)
void UV_OT_average_islands_scale (struct wmOperatorType *ot)
void UV_OT_cube_project (struct wmOperatorType *ot)
void UV_OT_cylinder_project (struct wmOperatorType *ot)
void UV_OT_from_view (struct wmOperatorType *ot)
void UV_OT_minimize_stretch (struct wmOperatorType *ot)
void UV_OT_pack_islands (struct wmOperatorType *ot)
void UV_OT_reset (struct wmOperatorType *ot)
void UV_OT_sphere_project (struct wmOperatorType *ot)
void UV_OT_unwrap (struct wmOperatorType *ot)

Detailed Description

Definition in file uvedit_intern.h.


Define Documentation

#define TF_PIN_MASK (   id)    (TF_PIN1 << id)

Definition at line 44 of file uvedit_intern.h.

#define TF_SEL_MASK (   id)    (TF_SEL1 << id)

Function Documentation

float uv_area ( float  uv[][2],
int  quad 
)

Definition at line 426 of file uvedit_ops.c.

References area_tri_v2().

Referenced by draw_uvs_stretch().

void uv_center ( float  uv[][2],
float  cent[2],
int  quad 
)

Definition at line 414 of file uvedit_ops.c.

Referenced by border_select_exec(), and draw_uvs().

void uv_copy_aspect ( float  uv_orig[][2],
float  uv[][2],
float  aspx,
float  aspy 
)

Definition at line 434 of file uvedit_ops.c.

Referenced by draw_uvs_stretch().

void UV_OT_average_islands_scale ( struct wmOperatorType ot)
void UV_OT_cube_project ( struct wmOperatorType ot)
void UV_OT_cylinder_project ( struct wmOperatorType ot)
void UV_OT_from_view ( struct wmOperatorType ot)
void UV_OT_minimize_stretch ( struct wmOperatorType ot)
void UV_OT_pack_islands ( struct wmOperatorType ot)
void UV_OT_reset ( struct wmOperatorType ot)
void UV_OT_sphere_project ( struct wmOperatorType ot)
void UV_OT_unwrap ( struct wmOperatorType ot)