|
Blender V4.3
|
Go to the source code of this file.
Classes | |
| struct | BPy_BBox |
Macros | |
| #define | BPy_BBox_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&BBox_Type)) |
Functions | |
| int | BBox_Init (PyObject *module) |
Variables | |
| PyTypeObject | BBox_Type |
Definition at line 26 of file BPy_BBox.h.
Referenced by SShape_bbox_set(), and ViewMap_scene_bbox_set().
| int BBox_Init | ( | PyObject * | module | ) |
Definition at line 21 of file BPy_BBox.cpp.
References BBox_Type, and module.
Referenced by Freestyle_Init().
|
extern |
Definition at line 70 of file BPy_BBox.cpp.
Referenced by BBox_Init(), and BPy_BBox_from_BBox().