|
Blender
V2.93
|
Public Attributes | |
| BMesh * | bm |
| struct MemArena * | arena |
| struct GHash * | origfaces |
| struct BMesh * | bm_origfaces |
| int | cd_loop_mdisp_offset |
| struct { | |
| struct GHash * origverts | |
| struct TransCustomDataMergeGroup * data | |
| int data_len | |
| int * customdatalayer_map | |
| int customdatalayer_map_len | |
| } | merge_group |
| bool | use_merge_group |
Definition at line 1056 of file transform_convert_mesh.c.
| struct MemArena* TransCustomDataLayer::arena |
Definition at line 1058 of file transform_convert_mesh.c.
Referenced by mesh_customdatacorrect_free_cb(), mesh_customdatacorrect_init_container(), mesh_customdatacorrect_init_container_merge_group(), and mesh_customdatacorrect_init_vert().
| BMesh* TransCustomDataLayer::bm |
Definition at line 1057 of file transform_convert_mesh.c.
Referenced by mesh_customdatacorrect_apply_vert(), mesh_customdatacorrect_face_substitute_set(), mesh_customdatacorrect_free_cb(), mesh_customdatacorrect_init_container(), mesh_customdatacorrect_init_container_generic(), mesh_customdatacorrect_init_container_merge_group(), mesh_customdatacorrect_init_vert(), and mesh_customdatacorrect_restore().
| struct BMesh* TransCustomDataLayer::bm_origfaces |
Definition at line 1061 of file transform_convert_mesh.c.
Referenced by mesh_customdatacorrect_face_substitute_set(), mesh_customdatacorrect_free_cb(), mesh_customdatacorrect_init_container_generic(), mesh_customdatacorrect_init_vert(), and mesh_customdatacorrect_restore().
| int TransCustomDataLayer::cd_loop_mdisp_offset |
Definition at line 1064 of file transform_convert_mesh.c.
Referenced by mesh_customdatacorrect_apply_vert(), mesh_customdatacorrect_init_container(), 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 1074 of file transform_convert_mesh.c.
Referenced by mesh_customdatacorrect_apply_vert(), mesh_customdatacorrect_free_cb(), mesh_customdatacorrect_init_container_merge_group(), and mesh_customdatacorrect_init_vert().
| int TransCustomDataLayer::customdatalayer_map_len |
Number of math BMLoop layers.
Definition at line 1076 of file transform_convert_mesh.c.
Referenced by mesh_customdatacorrect_apply_vert(), mesh_customdatacorrect_init_container_merge_group(), and mesh_customdatacorrect_init_vert().
| struct TransCustomDataMergeGroup* TransCustomDataLayer::data |
Definition at line 1070 of file transform_convert_mesh.c.
Referenced by mesh_customdatacorrect_apply(), mesh_customdatacorrect_init_container_merge_group(), mesh_customdatacorrect_init_vert(), and mesh_customdatacorrect_restore().
| int TransCustomDataLayer::data_len |
Definition at line 1071 of file transform_convert_mesh.c.
Referenced by mesh_apply_to_mirror(), and mesh_customdatacorrect_init_container_merge_group().
| struct { ... } TransCustomDataLayer::merge_group |
| struct GHash* TransCustomDataLayer::origfaces |
Definition at line 1060 of file transform_convert_mesh.c.
Referenced by mesh_customdatacorrect_apply_vert(), mesh_customdatacorrect_free_cb(), mesh_customdatacorrect_init_container_generic(), mesh_customdatacorrect_init_vert(), and mesh_customdatacorrect_restore().
| struct GHash* TransCustomDataLayer::origverts |
map {BMVert: TransDataBasic}
Definition at line 1069 of file transform_convert_mesh.c.
Referenced by mesh_customdatacorrect_free_cb(), mesh_customdatacorrect_init_container_merge_group(), mesh_customdatacorrect_init_vert(), and trans_vert_orig_co_get().
| bool TransCustomDataLayer::use_merge_group |
Definition at line 1079 of file transform_convert_mesh.c.
Referenced by mesh_customdatacorrect_apply(), mesh_customdatacorrect_apply_vert(), mesh_customdatacorrect_init(), mesh_customdatacorrect_init_container(), and mesh_customdatacorrect_init_vert().