Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.cpp
| Show All 24 Lines | |||||
| #include "../BPy_Nature.h" | #include "../BPy_Nature.h" | ||||
| #include "../Interface0D/BPy_SVertex.h" | #include "../Interface0D/BPy_SVertex.h" | ||||
| #include "../Interface1D/BPy_ViewEdge.h" | #include "../Interface1D/BPy_ViewEdge.h" | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| using namespace Freestyle; | |||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| /*----------------------FEdge methods ----------------------------*/ | /*----------------------FEdge methods ----------------------------*/ | ||||
| PyDoc_STRVAR(FEdge_doc, | PyDoc_STRVAR(FEdge_doc, | ||||
| "Class hierarchy: :class:`Interface1D` > :class:`FEdge`\n" | "Class hierarchy: :class:`Interface1D` > :class:`FEdge`\n" | ||||
| "\n" | "\n" | ||||
| "Base Class for feature edges. This FEdge can represent a silhouette,\n" | "Base Class for feature edges. This FEdge can represent a silhouette,\n" | ||||
| ▲ Show 20 Lines • Show All 364 Lines • Show Last 20 Lines | |||||