Differential D10351 Diff 33677 source/blender/freestyle/intern/python/Iterator/BPy_orientedViewEdgeIterator.cpp
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/Iterator/BPy_orientedViewEdgeIterator.cpp
| Show All 20 Lines | |||||
| #include "BPy_orientedViewEdgeIterator.h" | #include "BPy_orientedViewEdgeIterator.h" | ||||
| #include "../BPy_Convert.h" | #include "../BPy_Convert.h" | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| using namespace Freestyle; | |||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| //------------------------INSTANCE METHODS ---------------------------------- | //------------------------INSTANCE METHODS ---------------------------------- | ||||
| PyDoc_STRVAR(orientedViewEdgeIterator_doc, | PyDoc_STRVAR(orientedViewEdgeIterator_doc, | ||||
| "Class hierarchy: :class:`Iterator` > :class:`orientedViewEdgeIterator`\n" | "Class hierarchy: :class:`Iterator` > :class:`orientedViewEdgeIterator`\n" | ||||
| "\n" | "\n" | ||||
| "Class representing an iterator over oriented ViewEdges around a\n" | "Class representing an iterator over oriented ViewEdges around a\n" | ||||
| ▲ Show 20 Lines • Show All 154 Lines • Show Last 20 Lines | |||||