Differential D10351 Diff 33677 source/blender/freestyle/intern/python/Iterator/BPy_ChainSilhouetteIterator.cpp
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/Iterator/BPy_ChainSilhouetteIterator.cpp
| Show All 21 Lines | |||||
| #include "../BPy_Convert.h" | #include "../BPy_Convert.h" | ||||
| #include "../Interface1D/BPy_ViewEdge.h" | #include "../Interface1D/BPy_ViewEdge.h" | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| using namespace Freestyle; | |||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| //------------------------INSTANCE METHODS ---------------------------------- | //------------------------INSTANCE METHODS ---------------------------------- | ||||
| // ChainSilhouetteIterator (bool restrict_to_selection=true, ViewEdge *begin=NULL, bool | // ChainSilhouetteIterator (bool restrict_to_selection=true, ViewEdge *begin=NULL, bool | ||||
| // orientation=true) ChainSilhouetteIterator (const ChainSilhouetteIterator &brother) | // orientation=true) ChainSilhouetteIterator (const ChainSilhouetteIterator &brother) | ||||
| PyDoc_STRVAR(ChainSilhouetteIterator_doc, | PyDoc_STRVAR(ChainSilhouetteIterator_doc, | ||||
| ▲ Show 20 Lines • Show All 130 Lines • Show Last 20 Lines | |||||