|
Blender
V2.93
|
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 68 of file MOD_gpencilhook.c.
| float GPHookData_cb::cent[3] |
Definition at line 79 of file MOD_gpencilhook.c.
Referenced by deformStroke(), and gpencil_hook_co_apply().
| struct CurveMapping* GPHookData_cb::curfalloff |
Definition at line 69 of file MOD_gpencilhook.c.
Referenced by deformStroke(), and gpencil_hook_falloff().
| float GPHookData_cb::fac_orig |
Definition at line 74 of file MOD_gpencilhook.c.
Referenced by deformStroke(), gpencil_hook_co_apply(), and gpencil_hook_falloff().
| float GPHookData_cb::falloff |
Definition at line 72 of file MOD_gpencilhook.c.
Referenced by deformStroke(), and gpencil_hook_falloff().
| float GPHookData_cb::falloff_sq |
Definition at line 73 of file MOD_gpencilhook.c.
Referenced by deformStroke(), and gpencil_hook_falloff().
| char GPHookData_cb::falloff_type |
Definition at line 71 of file MOD_gpencilhook.c.
Referenced by deformStroke(), and gpencil_hook_falloff().
| float GPHookData_cb::mat[4][4] |
Definition at line 82 of file MOD_gpencilhook.c.
Referenced by deformStroke(), and gpencil_hook_co_apply().
| float GPHookData_cb::mat_uniform[3][3] |
Definition at line 81 of file MOD_gpencilhook.c.
Referenced by deformStroke(), and gpencil_hook_co_apply().
| uint GPHookData_cb::use_falloff |
Definition at line 76 of file MOD_gpencilhook.c.
Referenced by deformStroke(), falloff_panel_draw(), and gpencil_hook_co_apply().
| uint GPHookData_cb::use_uniform |
Definition at line 77 of file MOD_gpencilhook.c.
Referenced by deformStroke(), and gpencil_hook_co_apply().