|
Blender V4.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 1076 of file bmesh_interp.cc.
| MemArena* LoopWalkCtx::arena |
Definition at line 1081 of file bmesh_interp.cc.
Referenced by BM_vert_loop_groups_data_layer_create().
| int LoopWalkCtx::cd_layer_offset |
Definition at line 1079 of file bmesh_interp.cc.
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 1094 of file bmesh_interp.cc.
Referenced by bm_loop_walk_add(), and BM_vert_loop_groups_data_layer_create().
| int* LoopWalkCtx::data_index_array |
Definition at line 1095 of file bmesh_interp.cc.
Referenced by bm_loop_walk_add(), and BM_vert_loop_groups_data_layer_create().
| int LoopWalkCtx::data_len |
Definition at line 1087 of file bmesh_interp.cc.
Referenced by bm_loop_walk_add(), and BM_vert_loop_groups_data_layer_create().
| const void* LoopWalkCtx::data_ref |
Definition at line 1086 of file bmesh_interp.cc.
Referenced by bm_loop_walk_data(), and BM_vert_loop_groups_data_layer_create().
| const float* LoopWalkCtx::loop_weights |
Definition at line 1080 of file bmesh_interp.cc.
Referenced by bm_loop_walk_add(), and BM_vert_loop_groups_data_layer_create().
| int LoopWalkCtx::type |
Definition at line 1078 of file bmesh_interp.cc.
Referenced by bm_loop_walk_data(), and BM_vert_loop_groups_data_layer_create().
| float LoopWalkCtx::weight_accum |
Definition at line 1090 of file bmesh_interp.cc.
Referenced by bm_loop_walk_add(), and BM_vert_loop_groups_data_layer_create().
| float* LoopWalkCtx::weight_array |
Definition at line 1096 of file bmesh_interp.cc.
Referenced by bm_loop_walk_add(), and BM_vert_loop_groups_data_layer_create().