Differential D10351 Diff 33677 source/blender/freestyle/intern/python/Iterator/BPy_ChainSilhouetteIterator.h
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/Iterator/BPy_ChainSilhouetteIterator.h
| Show All 32 Lines | |||||
| extern PyTypeObject ChainSilhouetteIterator_Type; | extern PyTypeObject ChainSilhouetteIterator_Type; | ||||
| #define BPy_ChainSilhouetteIterator_Check(v) \ | #define BPy_ChainSilhouetteIterator_Check(v) \ | ||||
| (PyObject_IsInstance((PyObject *)v, (PyObject *)&ChainSilhouetteIterator_Type)) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&ChainSilhouetteIterator_Type)) | ||||
| /*---------------------------Python BPy_ChainSilhouetteIterator structure definition----------*/ | /*---------------------------Python BPy_ChainSilhouetteIterator structure definition----------*/ | ||||
| typedef struct { | typedef struct { | ||||
| BPy_ChainingIterator py_c_it; | BPy_ChainingIterator py_c_it; | ||||
| ChainSilhouetteIterator *cs_it; | Freestyle::ChainSilhouetteIterator *cs_it; | ||||
| } BPy_ChainSilhouetteIterator; | } BPy_ChainSilhouetteIterator; | ||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||