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))

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to