Differential D10351 Diff 33677 source/blender/freestyle/intern/python/Interface0D/CurvePoint/BPy_StrokeVertex.h
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/Interface0D/CurvePoint/BPy_StrokeVertex.h
| Show All 32 Lines | |||||
| extern PyTypeObject StrokeVertex_Type; | extern PyTypeObject StrokeVertex_Type; | ||||
| #define BPy_StrokeVertex_Check(v) \ | #define BPy_StrokeVertex_Check(v) \ | ||||
| (PyObject_IsInstance((PyObject *)v, (PyObject *)&StrokeVertex_Type)) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&StrokeVertex_Type)) | ||||
| /*---------------------------Python BPy_StrokeVertex structure definition----------*/ | /*---------------------------Python BPy_StrokeVertex structure definition----------*/ | ||||
| typedef struct { | typedef struct { | ||||
| BPy_CurvePoint py_cp; | BPy_CurvePoint py_cp; | ||||
| StrokeVertex *sv; | Freestyle::StrokeVertex *sv; | ||||
| } BPy_StrokeVertex; | } BPy_StrokeVertex; | ||||
| /*---------------------------Python BPy_StrokeVertex visible prototypes-----------*/ | /*---------------------------Python BPy_StrokeVertex visible prototypes-----------*/ | ||||
| void StrokeVertex_mathutils_register_callback(); | void StrokeVertex_mathutils_register_callback(); | ||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||