|
Blender V4.3
|
Public Attributes | |
| blender::MutableSpan< blender::float3 > | positions |
| int | defgrp_index |
| 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 121 of file MOD_hook.cc.
| float HookData_cb::cent[3] |
Definition at line 140 of file MOD_hook.cc.
Referenced by deformVerts_do(), and hook_co_apply().
| CurveMapping* HookData_cb::curfalloff |
Definition at line 130 of file MOD_hook.cc.
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 nullptr when we have edit-meshes.
Definition at line 128 of file MOD_hook.cc.
Referenced by deformVerts_do(), and hook_co_apply().
| float HookData_cb::fac_orig |
Definition at line 135 of file MOD_hook.cc.
Referenced by deformVerts_do(), hook_co_apply(), and hook_falloff().
| float HookData_cb::falloff |
Definition at line 133 of file MOD_hook.cc.
Referenced by deformVerts_do(), and hook_falloff().
| float HookData_cb::falloff_sq |
Definition at line 134 of file MOD_hook.cc.
Referenced by deformVerts_do(), and hook_falloff().
| char HookData_cb::falloff_type |
Definition at line 132 of file MOD_hook.cc.
Referenced by deformVerts_do(), and hook_falloff().
| bool HookData_cb::invert_vgroup |
Definition at line 145 of file MOD_hook.cc.
Referenced by deformVerts_do(), and hook_co_apply().
| float HookData_cb::mat[4][4] |
Definition at line 143 of file MOD_hook.cc.
Referenced by deformVerts_do(), and hook_co_apply().
| float HookData_cb::mat_uniform[3][3] |
Definition at line 142 of file MOD_hook.cc.
Referenced by deformVerts_do(), and hook_co_apply().
| blender::MutableSpan<blender::float3> HookData_cb::positions |
Definition at line 122 of file MOD_hook.cc.
Referenced by deformVerts_do(), and hook_co_apply().
| uint HookData_cb::use_falloff |
Definition at line 137 of file MOD_hook.cc.
Referenced by deformVerts_do(), and hook_co_apply().
| uint HookData_cb::use_uniform |
Definition at line 138 of file MOD_hook.cc.
Referenced by deformVerts_do(), and hook_co_apply().