Blender
V3.3
|
Go to the source code of this file.
Classes | |
struct | BPy_Interface0D |
Macros | |
#define | BPy_Interface0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&Interface0D_Type)) |
Functions | |
int | Interface0D_Init (PyObject *module) |
Variables | |
PyTypeObject | Interface0D_Type |
#define BPy_Interface0D_Check | ( | v | ) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&Interface0D_Type)) |
Definition at line 23 of file BPy_Interface0D.h.
int Interface0D_Init | ( | PyObject * | module | ) |
Definition at line 28 of file BPy_Interface0D.cpp.
References CurvePoint_Type, Interface0D_Type, module, NonTVertex_Type, StrokeVertex_mathutils_register_callback(), StrokeVertex_Type, SVertex_mathutils_register_callback(), SVertex_Type, TVertex_Type, and ViewVertex_Type.
Referenced by Freestyle_Init().
|
extern |
Definition at line 299 of file BPy_Interface0D.cpp.
Referenced by BinaryPredicate0D___call__(), BPy_Interface0D_from_Interface0D(), Interface0D_get_fedge(), and Interface0D_Init().