|
Blender
V2.93
|
Public Attributes | |
| void ** | data |
| float * | data_weights |
| int * | data_index |
| int | data_len |
Definition at line 1077 of file bmesh_interp.c.
| void** LoopGroupCD::data |
Definition at line 1079 of file bmesh_interp.c.
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 1083 of file bmesh_interp.c.
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 1085 of file bmesh_interp.c.
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 1081 of file bmesh_interp.c.
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().