From 67ae5e81588f04174dcddeff2ad10cea0a69c9d6 Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Wed, 7 Aug 2013 21:49:11 +0000 Subject: Fix for a formatting error in the docstring of SVertex.viewvertex(). --- source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/freestyle/intern/python/Interface0D') diff --git a/source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.cpp b/source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.cpp index 37c25760bd7..3205a3a3d7e 100644 --- a/source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.cpp +++ b/source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.cpp @@ -371,6 +371,7 @@ static PyObject *SVertex_normals_size_get(BPy_SVertex *self, void *UNUSED(closur PyDoc_STRVAR(SVertex_viewvertex_doc, "If this SVertex is also a ViewVertex, this property refers to the\n" "ViewVertex, and None otherwise.\n" +"\n" ":type: :class:`ViewVertex`"); static PyObject *SVertex_viewvertex_get(BPy_SVertex *self, void *UNUSED(closure)) -- cgit v1.2.3