Blender
V3.3
|
Go to the source code of this file.
Classes | |
struct | BPy_CurvePoint |
Macros | |
#define | BPy_CurvePoint_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&CurvePoint_Type)) |
Variables | |
PyTypeObject | CurvePoint_Type |
#define BPy_CurvePoint_Check | ( | v | ) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&CurvePoint_Type)) |
Definition at line 21 of file BPy_CurvePoint.h.
|
extern |
Definition at line 228 of file BPy_CurvePoint.cpp.
Referenced by BPy_CurvePoint_from_CurvePoint(), CurvePoint_init(), Interface0D_Init(), and StrokeVertex_init().