Differential D10351 Diff 33677 source/blender/freestyle/intern/python/Interface0D/BPy_ViewVertex.cpp
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/Interface0D/BPy_ViewVertex.cpp
| Show All 22 Lines | |||||
| #include "../BPy_Convert.h" | #include "../BPy_Convert.h" | ||||
| #include "../BPy_Nature.h" | #include "../BPy_Nature.h" | ||||
| #include "../Interface1D/BPy_ViewEdge.h" | #include "../Interface1D/BPy_ViewEdge.h" | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| using namespace Freestyle; | |||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| /*----------------------ViewVertex methods----------------------------*/ | /*----------------------ViewVertex methods----------------------------*/ | ||||
| PyDoc_STRVAR(ViewVertex_doc, | PyDoc_STRVAR(ViewVertex_doc, | ||||
| "Class hierarchy: :class:`Interface0D` > :class:`ViewVertex`\n" | "Class hierarchy: :class:`Interface0D` > :class:`ViewVertex`\n" | ||||
| "\n" | "\n" | ||||
| "Class to define a view vertex. A view vertex is a feature vertex\n" | "Class to define a view vertex. A view vertex is a feature vertex\n" | ||||
| ▲ Show 20 Lines • Show All 172 Lines • Show Last 20 Lines | |||||