Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.cpp
| Show All 22 Lines | |||||
| #include "../BPy_Convert.h" | #include "../BPy_Convert.h" | ||||
| #include "../BPy_Id.h" | #include "../BPy_Id.h" | ||||
| #include "../Interface1D/BPy_FEdge.h" | #include "../Interface1D/BPy_FEdge.h" | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| using namespace Freestyle; | |||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| /*----------------------SVertex methods ----------------------------*/ | /*----------------------SVertex methods ----------------------------*/ | ||||
| PyDoc_STRVAR(SVertex_doc, | PyDoc_STRVAR(SVertex_doc, | ||||
| "Class hierarchy: :class:`Interface0D` > :class:`SVertex`\n" | "Class hierarchy: :class:`Interface0D` > :class:`SVertex`\n" | ||||
| "\n" | "\n" | ||||
| "Class to define a vertex of the embedding.\n" | "Class to define a vertex of the embedding.\n" | ||||
| ▲ Show 20 Lines • Show All 463 Lines • Show Last 20 Lines | |||||