|
Blender V4.3
|
Public Attributes | |
| void ** | data |
| float * | data_weights |
| int * | data_index |
| int | data_len |
Definition at line 1100 of file bmesh_interp.cc.
| void** LoopGroupCD::data |
Definition at line 1102 of file bmesh_interp.cc.
Referenced by BM_vert_loop_groups_data_layer_create(), bm_vert_loop_groups_data_layer_merge__single(), and bm_vert_loop_groups_data_layer_merge_weights__single().
| int* LoopGroupCD::data_index |
Definition at line 1106 of file bmesh_interp.cc.
Referenced by BM_vert_loop_groups_data_layer_create(), and bm_vert_loop_groups_data_layer_merge_weights__single().
| int LoopGroupCD::data_len |
Definition at line 1108 of file bmesh_interp.cc.
Referenced by BM_vert_loop_groups_data_layer_create(), bm_vert_loop_groups_data_layer_merge__single(), and bm_vert_loop_groups_data_layer_merge_weights__single().
| float* LoopGroupCD::data_weights |
Definition at line 1104 of file bmesh_interp.cc.
Referenced by BM_vert_loop_groups_data_layer_create(), bm_vert_loop_groups_data_layer_merge__single(), and bm_vert_loop_groups_data_layer_merge_weights__single().