Blender
V3.3
|
Public Attributes | |
struct CurveMapping * | curfalloff |
char | falloff_type |
float | falloff |
float | falloff_sq |
float | fac_orig |
uint | use_falloff: 1 |
uint | use_uniform: 1 |
float | cent [3] |
float | mat_uniform [3][3] |
float | mat [4][4] |
Definition at line 54 of file MOD_gpencilhook.c.
float GPHookData_cb::cent[3] |
Definition at line 65 of file MOD_gpencilhook.c.
Referenced by deformStroke(), and gpencil_hook_co_apply().
struct CurveMapping* GPHookData_cb::curfalloff |
Definition at line 55 of file MOD_gpencilhook.c.
Referenced by deformStroke(), and gpencil_hook_falloff().
float GPHookData_cb::fac_orig |
Definition at line 60 of file MOD_gpencilhook.c.
Referenced by deformStroke(), gpencil_hook_co_apply(), and gpencil_hook_falloff().
float GPHookData_cb::falloff |
Definition at line 58 of file MOD_gpencilhook.c.
Referenced by deformStroke(), and gpencil_hook_falloff().
float GPHookData_cb::falloff_sq |
Definition at line 59 of file MOD_gpencilhook.c.
Referenced by deformStroke(), and gpencil_hook_falloff().
char GPHookData_cb::falloff_type |
Definition at line 57 of file MOD_gpencilhook.c.
Referenced by deformStroke(), and gpencil_hook_falloff().
float GPHookData_cb::mat[4][4] |
Definition at line 68 of file MOD_gpencilhook.c.
Referenced by deformStroke(), and gpencil_hook_co_apply().
float GPHookData_cb::mat_uniform[3][3] |
Definition at line 67 of file MOD_gpencilhook.c.
Referenced by deformStroke(), and gpencil_hook_co_apply().
uint GPHookData_cb::use_falloff |
Definition at line 62 of file MOD_gpencilhook.c.
Referenced by deformStroke(), falloff_panel_draw(), and gpencil_hook_co_apply().
uint GPHookData_cb::use_uniform |
Definition at line 63 of file MOD_gpencilhook.c.
Referenced by deformStroke(), and gpencil_hook_co_apply().