Searched refs:BKE_pbvh_node_get_grids (Results 1 – 4 of 4) sorted by relevance
/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/ |
H A D | sculpt_undo.c | 146 BKE_pbvh_node_get_grids(data->pbvh, node, &node_grid_indices, &totgrid, NULL, NULL, NULL); in update_cb_partial() 930 BKE_pbvh_node_get_grids(pbvh, node, &grid_indices, &totgrid, NULL, NULL, NULL); in sculpt_undo_alloc_and_store_hidden() 985 BKE_pbvh_node_get_grids(ss->pbvh, node, &grids, &totgrid, &maxgrid, &gridsize, NULL); in sculpt_undo_alloc_node() 1287 BKE_pbvh_node_get_grids(ss->pbvh, node, &grids, &totgrid, NULL, NULL, NULL); in SCULPT_undo_push_node()
|
H A D | paint_hide.c | 141 BKE_pbvh_node_get_grids(pbvh, node, &grid_indices, &totgrid, NULL, NULL, &grids); in partialvis_update_grids()
|
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/ |
H A D | BKE_pbvh.h | 272 void BKE_pbvh_node_get_grids(PBVH *pbvh,
|
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/ |
H A D | pbvh.c | 1477 BKE_pbvh_node_get_grids(pbvh, node, &grid_indices, &totgrid, NULL, NULL, &grids); in pbvh_grids_node_visibility_update() 1854 void BKE_pbvh_node_get_grids(PBVH *pbvh, in BKE_pbvh_node_get_grids() function 2950 BKE_pbvh_node_get_grids(pbvh, node, &grid_indices, &totgrid, NULL, &gridsize, &grids); in pbvh_vertex_iter_init()
|