Differential D10351 Diff 33677 source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSmooth.cpp
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSmooth.cpp
| Show All 21 Lines | |||||
| #include "../../BPy_Convert.h" | #include "../../BPy_Convert.h" | ||||
| #include "../../Interface0D/BPy_SVertex.h" | #include "../../Interface0D/BPy_SVertex.h" | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| using namespace Freestyle; | |||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| /*----------------------FEdgeSmooth methods ----------------------------*/ | /*----------------------FEdgeSmooth methods ----------------------------*/ | ||||
| PyDoc_STRVAR(FEdgeSmooth_doc, | PyDoc_STRVAR(FEdgeSmooth_doc, | ||||
| "Class hierarchy: :class:`Interface1D` > :class:`FEdge` > :class:`FEdgeSmooth`\n" | "Class hierarchy: :class:`Interface1D` > :class:`FEdge` > :class:`FEdgeSmooth`\n" | ||||
| "\n" | "\n" | ||||
| "Class defining a smooth edge. This kind of edge typically runs across\n" | "Class defining a smooth edge. This kind of edge typically runs across\n" | ||||
| ▲ Show 20 Lines • Show All 262 Lines • Show Last 20 Lines | |||||