|
Blender V4.3
|
Go to the source code of this file.
Classes | |
| struct | BPy_Nature |
Macros | |
| #define | BPy_Nature_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&Nature_Type)) |
Functions | |
| int | Nature_Init (PyObject *module) |
Variables | |
| PyTypeObject | Nature_Type |
| #define BPy_Nature_Check | ( | v | ) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&Nature_Type)) |
Definition at line 25 of file BPy_Nature.h.
Referenced by BPy_Nature_bitwise(), FEdge_nature_set(), ViewEdge_nature_set(), and ViewVertex_nature_set().
| int Nature_Init | ( | PyObject * | module | ) |
Definition at line 143 of file BPy_Nature.cpp.
References ADD_TYPE_CONST, EDGE_MARK, module, and Nature_Type.
Referenced by Freestyle_Init().
|
extern |
Definition at line 99 of file BPy_Nature.cpp.
Referenced by BPy_Nature_bitwise(), BPy_Nature_from_Nature(), and Nature_Init().