|
Blender V5.0
|
Public Attributes | |
| Array< float3 > | positions_cage |
| Array< int3 > | tri_indices |
| BMEditMesh * | em |
Additional per-object data.
Definition at line 206 of file editmesh_knife.cc.
| BMEditMesh* KnifeObjectInfo::em |
Only assigned for convenient access.
Definition at line 218 of file editmesh_knife.cc.
Referenced by knife_bm_tri_index_get(), and knifetool_init_obinfo().
Definition at line 207 of file editmesh_knife.cc.
Referenced by knife_bm_tri_cagecos_get(), and knifetool_init_obinfo().
Optionally allocate triangle indices, these are needed for non-interactive knife projection as multiple cuts are made without the BVH being updated. Using these indices the it's possible to access cagecos even if the face has been cut and the loops in em->looptris no longer refer to the original triangles, see: #97153.
Definition at line 215 of file editmesh_knife.cc.
Referenced by knife_bm_tri_index_get(), and knifetool_init_obinfo().