Home
last modified time | relevance | path

Searched refs:BKE_pbvh_bounding_box (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dsculpt_detail.c115 BKE_pbvh_bounding_box(ob->sculpt->pbvh, bb_min, bb_max); in sculpt_detail_flood_fill_exec()
H A Dsculpt.c7522 BKE_pbvh_bounding_box(ob->sculpt->pbvh, bb_min, bb_max); in SCULPT_update_object_bounding_box()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_pbvh.h220 void BKE_pbvh_bounding_box(const PBVH *pbvh, float min[3], float max[3]);
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dpbvh.c1667 void BKE_pbvh_bounding_box(const PBVH *pbvh, float min[3], float max[3]) in BKE_pbvh_bounding_box() function