|
Blender V4.3
|
Public Attributes | |
| const SDefVert * | bind_verts |
| float(* | targetCos )[3] |
| float(* | vertexCos )[3] |
| const MDeformVert * | dvert |
| int | defgrp_index |
| bool | invert_vgroup |
| float | strength |
Definition at line 165 of file MOD_surfacedeform.cc.
| const SDefVert* SDefDeformData::bind_verts |
Definition at line 166 of file MOD_surfacedeform.cc.
Referenced by surfacedeformModifier_do().
| int SDefDeformData::defgrp_index |
Definition at line 170 of file MOD_surfacedeform.cc.
| const MDeformVert* SDefDeformData::dvert |
Definition at line 169 of file MOD_surfacedeform.cc.
| bool SDefDeformData::invert_vgroup |
Definition at line 171 of file MOD_surfacedeform.cc.
| float SDefDeformData::strength |
Definition at line 172 of file MOD_surfacedeform.cc.
| float(* SDefDeformData::targetCos)[3] |
Definition at line 167 of file MOD_surfacedeform.cc.
| float(* SDefDeformData::vertexCos)[3] |
Definition at line 168 of file MOD_surfacedeform.cc.