Differential D10351 Diff 33677 source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_TVertex.cpp
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_TVertex.cpp
| Show All 24 Lines | |||||
| #include "../../Interface1D/BPy_FEdge.h" | #include "../../Interface1D/BPy_FEdge.h" | ||||
| #include "../../Interface1D/BPy_ViewEdge.h" | #include "../../Interface1D/BPy_ViewEdge.h" | ||||
| #include "../BPy_SVertex.h" | #include "../BPy_SVertex.h" | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| using namespace Freestyle; | |||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| /*----------------------TVertex methods ----------------------------*/ | /*----------------------TVertex methods ----------------------------*/ | ||||
| PyDoc_STRVAR(TVertex_doc, | PyDoc_STRVAR(TVertex_doc, | ||||
| "Class hierarchy: :class:`Interface0D` > :class:`ViewVertex` > :class:`TVertex`\n" | "Class hierarchy: :class:`Interface0D` > :class:`ViewVertex` > :class:`TVertex`\n" | ||||
| "\n" | "\n" | ||||
| "Class to define a T vertex, i.e. an intersection between two edges.\n" | "Class to define a T vertex, i.e. an intersection between two edges.\n" | ||||
| ▲ Show 20 Lines • Show All 225 Lines • Show Last 20 Lines | |||||