Blender
V3.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 24 of file BPy_BBox.h.
int BBox_Init | ( | PyObject * | module | ) |
Definition at line 19 of file BPy_BBox.cpp.
References BBox_Type, and module.
Referenced by Freestyle_Init().
|
extern |
Definition at line 67 of file BPy_BBox.cpp.
Referenced by BBox_Init(), and BPy_BBox_from_BBox().