Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.h
| Show All 31 Lines | |||||
| extern PyTypeObject SVertex_Type; | extern PyTypeObject SVertex_Type; | ||||
| #define BPy_SVertex_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&SVertex_Type)) | #define BPy_SVertex_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&SVertex_Type)) | ||||
| /*---------------------------Python BPy_SVertex structure definition----------*/ | /*---------------------------Python BPy_SVertex structure definition----------*/ | ||||
| typedef struct { | typedef struct { | ||||
| BPy_Interface0D py_if0D; | BPy_Interface0D py_if0D; | ||||
| SVertex *sv; | Freestyle::SVertex *sv; | ||||
| } BPy_SVertex; | } BPy_SVertex; | ||||
| /*---------------------------Python BPy_SVertex visible prototypes-----------*/ | /*---------------------------Python BPy_SVertex visible prototypes-----------*/ | ||||
| void SVertex_mathutils_register_callback(); | void SVertex_mathutils_register_callback(); | ||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||