Fix for docstrings of CurvePoint.first_svertex() and CurvePoint.second_svertex().
This commit is contained in:
@@ -135,7 +135,7 @@ static int CurvePoint_init(BPy_CurvePoint *self, PyObject *args, PyObject *kwds)
|
|||||||
PyDoc_STRVAR(CurvePoint_first_svertex_doc,
|
PyDoc_STRVAR(CurvePoint_first_svertex_doc,
|
||||||
"The first SVertex upon which the CurvePoint is built.\n"
|
"The first SVertex upon which the CurvePoint is built.\n"
|
||||||
"\n"
|
"\n"
|
||||||
":type: int");
|
":type: :class:`SVertex`");
|
||||||
|
|
||||||
static PyObject *CurvePoint_first_svertex_get(BPy_CurvePoint *self, void *UNUSED(closure))
|
static PyObject *CurvePoint_first_svertex_get(BPy_CurvePoint *self, void *UNUSED(closure))
|
||||||
{
|
{
|
||||||
@@ -158,7 +158,7 @@ static int CurvePoint_first_svertex_set(BPy_CurvePoint *self, PyObject *value, v
|
|||||||
PyDoc_STRVAR(CurvePoint_second_svertex_doc,
|
PyDoc_STRVAR(CurvePoint_second_svertex_doc,
|
||||||
"The second SVertex upon which the CurvePoint is built.\n"
|
"The second SVertex upon which the CurvePoint is built.\n"
|
||||||
"\n"
|
"\n"
|
||||||
":type: int");
|
":type: :class:`SVertex`");
|
||||||
|
|
||||||
static PyObject *CurvePoint_second_svertex_get(BPy_CurvePoint *self, void *UNUSED(closure))
|
static PyObject *CurvePoint_second_svertex_get(BPy_CurvePoint *self, void *UNUSED(closure))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user