Blender
V3.3
|
Go to the source code of this file.
Classes | |
struct | BPy_BinaryPredicate0D |
Macros | |
#define | BPy_BinaryPredicate0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&BinaryPredicate0D_Type)) |
Functions | |
int | BinaryPredicate0D_Init (PyObject *module) |
Variables | |
PyTypeObject | BinaryPredicate0D_Type |
#define BPy_BinaryPredicate0D_Check | ( | v | ) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&BinaryPredicate0D_Type)) |
Definition at line 23 of file BPy_BinaryPredicate0D.h.
int BinaryPredicate0D_Init | ( | PyObject * | module | ) |
Definition at line 21 of file BPy_BinaryPredicate0D.cpp.
References BinaryPredicate0D_Type, and module.
Referenced by Freestyle_Init().
|
extern |
Definition at line 139 of file BPy_BinaryPredicate0D.cpp.
Referenced by BinaryPredicate0D_Init().