Blender
V3.3
|
Public Attributes | |
Object * | ob |
bGPdata * | gpd |
GP_SpaceConversion | gsc |
float | ob_scale |
float | initial_length |
float | initial_transform [2] |
float | pixel_size |
float(* | array_loc )[2] |
float * | array_rot |
float * | array_scale |
float | mcenter [2] |
float | mouse [2] |
float | vinit_rotation [2] |
void * | draw_handle_pixel |
Definition at line 41 of file gpencil_uv.c.
float(* GpUvData::array_loc)[2] |
Definition at line 52 of file gpencil_uv.c.
Referenced by gpencil_uv_transform_calc(), gpencil_uv_transform_exit(), and gpencil_uv_transform_init().
float* GpUvData::array_rot |
Definition at line 53 of file gpencil_uv.c.
Referenced by gpencil_uv_transform_calc(), gpencil_uv_transform_exit(), and gpencil_uv_transform_init().
float* GpUvData::array_scale |
Definition at line 54 of file gpencil_uv.c.
Referenced by gpencil_uv_transform_calc(), gpencil_uv_transform_exit(), and gpencil_uv_transform_init().
void* GpUvData::draw_handle_pixel |
Definition at line 63 of file gpencil_uv.c.
Referenced by gpencil_uv_transform_exit(), and gpencil_uv_transform_init().
bGPdata* GpUvData::gpd |
Definition at line 43 of file gpencil_uv.c.
Referenced by gpencil_uv_transform_calc(), and gpencil_uv_transform_init().
GP_SpaceConversion GpUvData::gsc |
Definition at line 44 of file gpencil_uv.c.
Referenced by gpencil_uv_transform_init().
float GpUvData::initial_length |
Definition at line 47 of file gpencil_uv.c.
Referenced by gpencil_transform_fill_invoke(), and gpencil_uv_transform_calc().
float GpUvData::initial_transform[2] |
Definition at line 48 of file gpencil_uv.c.
Referenced by gpencil_transform_fill_invoke(), and gpencil_uv_transform_calc().
float GpUvData::mcenter[2] |
Definition at line 57 of file gpencil_uv.c.
Referenced by gpencil_transform_fill_invoke(), gpencil_uv_transform_calc(), and gpencil_uv_transform_init().
float GpUvData::mouse[2] |
Definition at line 58 of file gpencil_uv.c.
Referenced by gpencil_transform_fill_invoke(), gpencil_transform_fill_modal(), and gpencil_uv_transform_calc().
Object* GpUvData::ob |
Definition at line 42 of file gpencil_uv.c.
Referenced by gpencil_transform_fill_invoke(), and gpencil_uv_transform_init().
float GpUvData::ob_scale |
Definition at line 45 of file gpencil_uv.c.
Referenced by gpencil_uv_transform_calc(), and gpencil_uv_transform_init().
float GpUvData::pixel_size |
Definition at line 49 of file gpencil_uv.c.
Referenced by gpencil_transform_fill_invoke(), and gpencil_uv_transform_calc().
float GpUvData::vinit_rotation[2] |
Vector with the original orientation.
Definition at line 61 of file gpencil_uv.c.
Referenced by gpencil_transform_fill_invoke(), gpencil_uv_transform_calc(), and gpencil_uv_transform_init().