|
Blender V4.3
|
Public Attributes | |
| BVHTreeFromMesh * | treeData |
| const SDefAdjacencyArray * | vert_edges |
| const SDefEdgePolys * | edge_polys |
| SDefVert * | bind_verts |
| blender::Span< blender::int2 > | edges |
| blender::OffsetIndices< int > | polys |
| blender::Span< int > | corner_verts |
| blender::Span< int > | corner_edges |
| blender::Span< blender::int3 > | corner_tris |
| blender::Span< int > | tri_faces |
| float(* | targetCos )[3] |
| const float(* | vertexCos )[3] |
| float | imat [4][4] |
| float | falloff |
| int | success |
| const MDeformVert * | dvert |
| int | defgrp_index |
| bool | invert_vgroup |
| bool | sparse_bind |
Definition at line 60 of file MOD_surfacedeform.cc.
| SDefVert* SDefBindCalcData::bind_verts |
Definition at line 64 of file MOD_surfacedeform.cc.
| blender::Span<int> SDefBindCalcData::corner_edges |
Definition at line 68 of file MOD_surfacedeform.cc.
| blender::Span<blender::int3> SDefBindCalcData::corner_tris |
Definition at line 69 of file MOD_surfacedeform.cc.
| blender::Span<int> SDefBindCalcData::corner_verts |
Definition at line 67 of file MOD_surfacedeform.cc.
| int SDefBindCalcData::defgrp_index |
Definition at line 81 of file MOD_surfacedeform.cc.
| const MDeformVert* SDefBindCalcData::dvert |
Vertex group lookup data.
Definition at line 80 of file MOD_surfacedeform.cc.
| const SDefEdgePolys* SDefBindCalcData::edge_polys |
Definition at line 63 of file MOD_surfacedeform.cc.
| blender::Span<blender::int2> SDefBindCalcData::edges |
Definition at line 65 of file MOD_surfacedeform.cc.
| float SDefBindCalcData::falloff |
Definition at line 77 of file MOD_surfacedeform.cc.
| float SDefBindCalcData::imat[4][4] |
Definition at line 76 of file MOD_surfacedeform.cc.
| bool SDefBindCalcData::invert_vgroup |
Definition at line 82 of file MOD_surfacedeform.cc.
| blender::OffsetIndices<int> SDefBindCalcData::polys |
Definition at line 66 of file MOD_surfacedeform.cc.
| bool SDefBindCalcData::sparse_bind |
Definition at line 83 of file MOD_surfacedeform.cc.
| int SDefBindCalcData::success |
Definition at line 78 of file MOD_surfacedeform.cc.
| float(* SDefBindCalcData::targetCos)[3] |
Coordinates to bind to, transformed into local space (compatible with vertexCos).
Definition at line 73 of file MOD_surfacedeform.cc.
| BVHTreeFromMesh* SDefBindCalcData::treeData |
Definition at line 61 of file MOD_surfacedeform.cc.
Referenced by surfacedeformBind().
| blender::Span<int> SDefBindCalcData::tri_faces |
Definition at line 70 of file MOD_surfacedeform.cc.
| const SDefAdjacencyArray* SDefBindCalcData::vert_edges |
Definition at line 62 of file MOD_surfacedeform.cc.
| const float(* SDefBindCalcData::vertexCos)[3] |
Coordinates to bind (reference to the modifiers input argument).
Definition at line 75 of file MOD_surfacedeform.cc.