Blender
V3.3
|
Go to the source code of this file.
Classes | |
struct | BPy_Operators |
Macros | |
#define | BPy_Operators_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&Operators_Type)) |
Functions | |
int | Operators_Init (PyObject *module) |
Variables | |
PyTypeObject | Operators_Type |
#define BPy_Operators_Check | ( | v | ) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&Operators_Type)) |
Definition at line 23 of file BPy_Operators.h.
int Operators_Init | ( | PyObject * | module | ) |
Definition at line 30 of file BPy_Operators.cpp.
References module, and Operators_Type.
Referenced by Freestyle_Init().
|
extern |
Definition at line 756 of file BPy_Operators.cpp.
Referenced by Operators_Init().