Differential D10351 Diff 33677 source/blender/freestyle/intern/python/Interface0D/CurvePoint/BPy_StrokeVertex.cpp
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/Interface0D/CurvePoint/BPy_StrokeVertex.cpp
| Show All 23 Lines | |||||
| #include "../../BPy_Freestyle.h" | #include "../../BPy_Freestyle.h" | ||||
| #include "../../BPy_StrokeAttribute.h" | #include "../../BPy_StrokeAttribute.h" | ||||
| #include "../../Interface0D/BPy_SVertex.h" | #include "../../Interface0D/BPy_SVertex.h" | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| using namespace Freestyle; | |||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| //------------------------INSTANCE METHODS ---------------------------------- | //------------------------INSTANCE METHODS ---------------------------------- | ||||
| PyDoc_STRVAR( | PyDoc_STRVAR( | ||||
| StrokeVertex_doc, | StrokeVertex_doc, | ||||
| "Class hierarchy: :class:`Interface0D` > :class:`CurvePoint` > :class:`StrokeVertex`\n" | "Class hierarchy: :class:`Interface0D` > :class:`CurvePoint` > :class:`StrokeVertex`\n" | ||||
| "\n" | "\n" | ||||
| ▲ Show 20 Lines • Show All 368 Lines • Show Last 20 Lines | |||||