Differential D10351 Diff 33677 source/blender/freestyle/intern/python/Iterator/BPy_ChainPredicateIterator.cpp
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/Iterator/BPy_ChainPredicateIterator.cpp
| Show All 23 Lines | |||||
| #include "../BPy_Convert.h" | #include "../BPy_Convert.h" | ||||
| #include "../BPy_UnaryPredicate1D.h" | #include "../BPy_UnaryPredicate1D.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 ---------------------------------- | ||||
| PyDoc_STRVAR( | PyDoc_STRVAR( | ||||
| ChainPredicateIterator_doc, | ChainPredicateIterator_doc, | ||||
| "Class hierarchy: :class:`freestyle.types.Iterator` >\n" | "Class hierarchy: :class:`freestyle.types.Iterator` >\n" | ||||
| ▲ Show 20 Lines • Show All 174 Lines • Show Last 20 Lines | |||||