[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59004] trunk/blender/source/blender/ freestyle/intern/python/Interface0D/BPy_SVertex.cpp: Fix for a formatting error in the docstring of SVertex.viewvertex().

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Wed Aug 7 23:49:11 CEST 2013


Revision: 59004
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59004
Author:   kjym3
Date:     2013-08-07 21:49:11 +0000 (Wed, 07 Aug 2013)
Log Message:
-----------
Fix for a formatting error in the docstring of SVertex.viewvertex().

Modified Paths:
--------------
    trunk/blender/source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.cpp

Modified: trunk/blender/source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.cpp
===================================================================
--- trunk/blender/source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.cpp	2013-08-07 21:40:59 UTC (rev 59003)
+++ trunk/blender/source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.cpp	2013-08-07 21:49:11 UTC (rev 59004)
@@ -371,6 +371,7 @@
 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))




More information about the Bf-blender-cvs mailing list