|
Blender V4.3
|
Public Attributes | |
| BMesh * | bm |
| MemArena * | arena |
| GHash * | origfaces |
| BMesh * | bm_origfaces |
| int | cd_loop_mdisp_offset |
| struct { | |
| GHash * origverts | |
| TransCustomDataMergeGroup * data | |
| int data_len | |
| int * customdatalayer_map | |
| int customdatalayer_map_len | |
| } | merge_group |
| bool | use_merge_group |
Definition at line 152 of file transform_convert_mesh.cc.
| MemArena* TransCustomDataLayer::arena |
Definition at line 154 of file transform_convert_mesh.cc.
Referenced by mesh_customdatacorrect_create_impl(), mesh_customdatacorrect_free(), mesh_customdatacorrect_init_container_merge_group(), and mesh_customdatacorrect_init_vert().
| BMesh* TransCustomDataLayer::bm |
Definition at line 153 of file transform_convert_mesh.cc.
Referenced by mesh_customdatacorrect_apply_vert(), mesh_customdatacorrect_create_impl(), mesh_customdatacorrect_face_substitute_set(), mesh_customdatacorrect_free(), mesh_customdatacorrect_init_container_generic(), mesh_customdatacorrect_init_container_merge_group(), mesh_customdatacorrect_init_vert(), and mesh_customdatacorrect_restore().
| BMesh* TransCustomDataLayer::bm_origfaces |
Definition at line 157 of file transform_convert_mesh.cc.
Referenced by mesh_customdatacorrect_face_substitute_set(), mesh_customdatacorrect_free(), mesh_customdatacorrect_init_container_generic(), mesh_customdatacorrect_init_vert(), and mesh_customdatacorrect_restore().
| int TransCustomDataLayer::cd_loop_mdisp_offset |
Definition at line 160 of file transform_convert_mesh.cc.
Referenced by mesh_customdatacorrect_apply_vert(), mesh_customdatacorrect_create_impl(), and mesh_customdatacorrect_init_container_generic().
| int* TransCustomDataLayer::customdatalayer_map |
Array size of 'layer_math_map_len' maps #TransCustomDataLayerVert.cd_group index to absolute CustomData layer index.
Definition at line 170 of file transform_convert_mesh.cc.
Referenced by mesh_customdatacorrect_apply_vert(), mesh_customdatacorrect_free(), mesh_customdatacorrect_init_container_merge_group(), and mesh_customdatacorrect_init_vert().
| int TransCustomDataLayer::customdatalayer_map_len |
Number of math BMLoop layers.
Definition at line 172 of file transform_convert_mesh.cc.
Referenced by mesh_customdatacorrect_apply_vert(), mesh_customdatacorrect_init_container_merge_group(), and mesh_customdatacorrect_init_vert().
| TransCustomDataMergeGroup* TransCustomDataLayer::data |
Definition at line 166 of file transform_convert_mesh.cc.
Referenced by mesh_customdatacorrect_apply(), mesh_customdatacorrect_init_container_merge_group(), and mesh_customdatacorrect_init_vert().
| int TransCustomDataLayer::data_len |
Definition at line 167 of file transform_convert_mesh.cc.
Referenced by mesh_customdatacorrect_init_container_merge_group().
| struct { ... } TransCustomDataLayer::merge_group |
| GHash* TransCustomDataLayer::origfaces |
Definition at line 156 of file transform_convert_mesh.cc.
Referenced by mesh_customdatacorrect_apply_vert(), mesh_customdatacorrect_free(), mesh_customdatacorrect_init_container_generic(), mesh_customdatacorrect_init_vert(), and mesh_customdatacorrect_restore().
| GHash* TransCustomDataLayer::origverts |
Map {BMVert: TransDataBasic}.
Definition at line 165 of file transform_convert_mesh.cc.
Referenced by mesh_customdatacorrect_free(), mesh_customdatacorrect_init_container_merge_group(), mesh_customdatacorrect_init_vert(), and mesh_vert_orig_co_get().
| bool TransCustomDataLayer::use_merge_group |
Definition at line 175 of file transform_convert_mesh.cc.
Referenced by mesh_customdatacorrect_apply(), mesh_customdatacorrect_apply_vert(), mesh_customdatacorrect_create_impl(), and mesh_customdatacorrect_init_vert().