|
Blender
V3.3
|
Public Attributes | |
| float(* | vertexCos )[3] |
| int | defgrp_index |
| 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] |
| bool | invert_vgroup |
Definition at line 128 of file MOD_hook.c.
| float HookData_cb::cent[3] |
Definition at line 147 of file MOD_hook.c.
Referenced by deformVerts_do(), and hook_co_apply().
| struct CurveMapping* HookData_cb::curfalloff |
Definition at line 137 of file MOD_hook.c.
Referenced by deformVerts_do(), and hook_falloff().
| int HookData_cb::defgrp_index |
When anything other than -1, use deform groups. This is not the same as checking dvert for NULL when we have edit-meshes.
Definition at line 135 of file MOD_hook.c.
Referenced by deformVerts_do(), and hook_co_apply().
| float HookData_cb::fac_orig |
Definition at line 142 of file MOD_hook.c.
Referenced by deformVerts_do(), hook_co_apply(), and hook_falloff().
| float HookData_cb::falloff |
Definition at line 140 of file MOD_hook.c.
Referenced by deformVerts_do(), and hook_falloff().
| float HookData_cb::falloff_sq |
Definition at line 141 of file MOD_hook.c.
Referenced by deformVerts_do(), and hook_falloff().
| char HookData_cb::falloff_type |
Definition at line 139 of file MOD_hook.c.
Referenced by deformVerts_do(), and hook_falloff().
| bool HookData_cb::invert_vgroup |
Definition at line 152 of file MOD_hook.c.
Referenced by deformVerts_do(), and hook_co_apply().
| float HookData_cb::mat[4][4] |
Definition at line 150 of file MOD_hook.c.
Referenced by deformVerts_do(), and hook_co_apply().
| float HookData_cb::mat_uniform[3][3] |
Definition at line 149 of file MOD_hook.c.
Referenced by deformVerts_do(), and hook_co_apply().
| uint HookData_cb::use_falloff |
Definition at line 144 of file MOD_hook.c.
Referenced by deformVerts_do(), falloff_panel_draw(), and hook_co_apply().
| uint HookData_cb::use_uniform |
Definition at line 145 of file MOD_hook.c.
Referenced by deformVerts_do(), and hook_co_apply().
| float(* HookData_cb::vertexCos)[3] |
Definition at line 129 of file MOD_hook.c.
Referenced by deformVerts(), deformVerts_do(), deformVertsEM(), and hook_co_apply().