Blender
V3.3
|
Go to the source code of this file.
Classes | |
struct | BPy_UnaryPredicate0D |
Macros | |
#define | BPy_UnaryPredicate0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryPredicate0D_Type)) |
Functions | |
int | UnaryPredicate0D_Init (PyObject *module) |
Variables | |
PyTypeObject | UnaryPredicate0D_Type |
#define BPy_UnaryPredicate0D_Check | ( | v | ) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryPredicate0D_Type)) |
Definition at line 23 of file BPy_UnaryPredicate0D.h.
int UnaryPredicate0D_Init | ( | PyObject * | module | ) |
Definition at line 23 of file BPy_UnaryPredicate0D.cpp.
References FalseUP0D_Type, module, TrueUP0D_Type, and UnaryPredicate0D_Type.
Referenced by Freestyle_Init().
|
extern |
Definition at line 153 of file BPy_UnaryPredicate0D.cpp.
Referenced by Operators_recursive_split(), Operators_sequential_split(), and UnaryPredicate0D_Init().