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