|
Blender V4.3
|
Public Attributes | |
| blender::OffsetIndices< int > | faces |
| blender::Span< int > | corner_verts |
| float(* | mloopuv )[2] |
| const MDeformVert * | dvert |
| int | defgrp_index |
| float(* | warp_mat )[4] |
| bool | invert_vgroup |
Definition at line 82 of file MOD_uvwarp.cc.
| blender::Span<int> UVWarpData::corner_verts |
Definition at line 84 of file MOD_uvwarp.cc.
| int UVWarpData::defgrp_index |
Definition at line 88 of file MOD_uvwarp.cc.
| const MDeformVert* UVWarpData::dvert |
Definition at line 87 of file MOD_uvwarp.cc.
| blender::OffsetIndices<int> UVWarpData::faces |
Definition at line 83 of file MOD_uvwarp.cc.
Referenced by modify_mesh().
| bool UVWarpData::invert_vgroup |
Definition at line 91 of file MOD_uvwarp.cc.
| float(* UVWarpData::mloopuv)[2] |
Definition at line 85 of file MOD_uvwarp.cc.
| float(* UVWarpData::warp_mat)[4] |
Definition at line 90 of file MOD_uvwarp.cc.