Blender
V3.3
|
Public Attributes | |
int | type |
int | cd_layer_offset |
const float * | loop_weights |
MemArena * | arena |
const void * | data_ref |
int | data_len |
float | weight_accum |
void ** | data_array |
int * | data_index_array |
float * | weight_array |
Definition at line 1023 of file bmesh_interp.c.
MemArena* LoopWalkCtx::arena |
Definition at line 1028 of file bmesh_interp.c.
Referenced by BM_vert_loop_groups_data_layer_create().
int LoopWalkCtx::cd_layer_offset |
Definition at line 1026 of file bmesh_interp.c.
Referenced by bm_loop_walk_add(), bm_loop_walk_data(), and BM_vert_loop_groups_data_layer_create().
void** LoopWalkCtx::data_array |
Definition at line 1041 of file bmesh_interp.c.
Referenced by bm_loop_walk_add(), and BM_vert_loop_groups_data_layer_create().
int* LoopWalkCtx::data_index_array |
Definition at line 1042 of file bmesh_interp.c.
Referenced by bm_loop_walk_add(), and BM_vert_loop_groups_data_layer_create().
int LoopWalkCtx::data_len |
Definition at line 1034 of file bmesh_interp.c.
Referenced by bm_loop_walk_add(), and BM_vert_loop_groups_data_layer_create().
const void* LoopWalkCtx::data_ref |
Definition at line 1033 of file bmesh_interp.c.
Referenced by bm_loop_walk_data(), and BM_vert_loop_groups_data_layer_create().
const float* LoopWalkCtx::loop_weights |
Definition at line 1027 of file bmesh_interp.c.
Referenced by bm_loop_walk_add(), and BM_vert_loop_groups_data_layer_create().
int LoopWalkCtx::type |
Definition at line 1025 of file bmesh_interp.c.
Referenced by bm_loop_walk_data(), and BM_vert_loop_groups_data_layer_create().
float LoopWalkCtx::weight_accum |
Definition at line 1037 of file bmesh_interp.c.
Referenced by bm_loop_walk_add(), and BM_vert_loop_groups_data_layer_create().
float* LoopWalkCtx::weight_array |
Definition at line 1043 of file bmesh_interp.c.
Referenced by bm_loop_walk_add(), and BM_vert_loop_groups_data_layer_create().