Differential D10351 Diff 33677 source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_TVertex.h
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_TVertex.h
| Show All 31 Lines | |||||
| extern PyTypeObject TVertex_Type; | extern PyTypeObject TVertex_Type; | ||||
| #define BPy_TVertex_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&TVertex_Type)) | #define BPy_TVertex_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&TVertex_Type)) | ||||
| /*---------------------------Python BPy_TVertex structure definition----------*/ | /*---------------------------Python BPy_TVertex structure definition----------*/ | ||||
| typedef struct { | typedef struct { | ||||
| BPy_ViewVertex py_vv; | BPy_ViewVertex py_vv; | ||||
| TVertex *tv; | Freestyle::TVertex *tv; | ||||
| } BPy_TVertex; | } BPy_TVertex; | ||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||