|
Blender
V3.3
|
Public Attributes | |
| void ** | data |
| float * | data_weights |
| int * | data_index |
| int | data_len |
Definition at line 1047 of file bmesh_interp.c.
| void** LoopGroupCD::data |
Definition at line 1049 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 1053 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 1055 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 1051 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().