Blender  V3.3
Public Attributes | List of all members
GpUvData Struct Reference

Public Attributes

Objectob
 
bGPdatagpd
 
GP_SpaceConversion gsc
 
float ob_scale
 
float initial_length
 
float initial_transform [2]
 
float pixel_size
 
float(* array_loc )[2]
 
floatarray_rot
 
floatarray_scale
 
float mcenter [2]
 
float mouse [2]
 
float vinit_rotation [2]
 
voiddraw_handle_pixel
 

Detailed Description

Definition at line 41 of file gpencil_uv.c.

Member Data Documentation

◆ array_loc

float(* GpUvData::array_loc)[2]

◆ array_rot

float* GpUvData::array_rot

◆ array_scale

float* GpUvData::array_scale

◆ draw_handle_pixel

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().

◆ gpd

bGPdata* GpUvData::gpd

Definition at line 43 of file gpencil_uv.c.

Referenced by gpencil_uv_transform_calc(), and gpencil_uv_transform_init().

◆ gsc

GP_SpaceConversion GpUvData::gsc

Definition at line 44 of file gpencil_uv.c.

Referenced by gpencil_uv_transform_init().

◆ initial_length

float GpUvData::initial_length

Definition at line 47 of file gpencil_uv.c.

Referenced by gpencil_transform_fill_invoke(), and gpencil_uv_transform_calc().

◆ initial_transform

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().

◆ mcenter

float GpUvData::mcenter[2]

◆ mouse

float GpUvData::mouse[2]

◆ ob

Object* GpUvData::ob

Definition at line 42 of file gpencil_uv.c.

Referenced by gpencil_transform_fill_invoke(), and gpencil_uv_transform_init().

◆ ob_scale

float GpUvData::ob_scale

Definition at line 45 of file gpencil_uv.c.

Referenced by gpencil_uv_transform_calc(), and gpencil_uv_transform_init().

◆ pixel_size

float GpUvData::pixel_size

Definition at line 49 of file gpencil_uv.c.

Referenced by gpencil_transform_fill_invoke(), and gpencil_uv_transform_calc().

◆ vinit_rotation

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().


The documentation for this struct was generated from the following file: