Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/python/
H A DBPy_ViewMap.cpp158 return BPy_BBox_from_BBox(self->vm->getScene3dBBox()); in ViewMap_scene_bbox_get()
H A DBPy_Convert.h106 PyObject *BPy_BBox_from_BBox(const BBox<Vec3r> &bb);
H A DBPy_SShape.cpp215 return BPy_BBox_from_BBox(bb); // return a copy in SShape_bbox_get()
H A DBPy_Convert.cpp324 PyObject *BPy_BBox_from_BBox(const BBox<Vec3r> &bb) in BPy_BBox_from_BBox() function