Differential D10351 Diff 33677 source/blender/freestyle/intern/python/Iterator/BPy_CurvePointIterator.cpp
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/Iterator/BPy_CurvePointIterator.cpp
| Show All 21 Lines | |||||
| #include "../BPy_Convert.h" | #include "../BPy_Convert.h" | ||||
| #include "BPy_Interface0DIterator.h" | #include "BPy_Interface0DIterator.h" | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| using namespace Freestyle; | |||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| //------------------------INSTANCE METHODS ---------------------------------- | //------------------------INSTANCE METHODS ---------------------------------- | ||||
| PyDoc_STRVAR(CurvePointIterator_doc, | PyDoc_STRVAR(CurvePointIterator_doc, | ||||
| "Class hierarchy: :class:`Iterator` > :class:`CurvePointIterator`\n" | "Class hierarchy: :class:`Iterator` > :class:`CurvePointIterator`\n" | ||||
| "\n" | "\n" | ||||
| "Class representing an iterator on a curve. Allows an iterating\n" | "Class representing an iterator on a curve. Allows an iterating\n" | ||||
| ▲ Show 20 Lines • Show All 144 Lines • Show Last 20 Lines | |||||