Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/Interface1D/BPy_FrsCurve.cpp
| Show All 23 Lines | |||||
| #include "../BPy_Id.h" | #include "../BPy_Id.h" | ||||
| #include "../Interface0D/BPy_CurvePoint.h" | #include "../Interface0D/BPy_CurvePoint.h" | ||||
| #include "../Interface0D/BPy_SVertex.h" | #include "../Interface0D/BPy_SVertex.h" | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| using namespace Freestyle; | |||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| /*----------------------CurvePoint methods ----------------------------*/ | /*----------------------CurvePoint methods ----------------------------*/ | ||||
| PyDoc_STRVAR(FrsCurve_doc, | PyDoc_STRVAR(FrsCurve_doc, | ||||
| "Class hierarchy: :class:`Interface1D` > :class:`Curve`\n" | "Class hierarchy: :class:`Interface1D` > :class:`Curve`\n" | ||||
| "\n" | "\n" | ||||
| "Base class for curves made of CurvePoints. :class:`SVertex` is the\n" | "Base class for curves made of CurvePoints. :class:`SVertex` is the\n" | ||||
| ▲ Show 20 Lines • Show All 197 Lines • Show Last 20 Lines | |||||