[Bf-blender-cvs] [99ef213] master: Freestyle: minor docstring revision of Operators.reset().

Tamito Kajiyama noreply at git.blender.org
Sun Sep 28 04:17:43 CEST 2014


Commit: 99ef213dcbab68debe7047996a2e26380254d093
Author: Tamito Kajiyama
Date:   Sun Sep 28 11:15:08 2014 +0900
Branches: master
https://developer.blender.org/rB99ef213dcbab68debe7047996a2e26380254d093

Freestyle: minor docstring revision of Operators.reset().

===================================================================

M	source/blender/freestyle/intern/python/BPy_Operators.cpp

===================================================================

diff --git a/source/blender/freestyle/intern/python/BPy_Operators.cpp b/source/blender/freestyle/intern/python/BPy_Operators.cpp
index b96a62b..d3cb44f 100644
--- a/source/blender/freestyle/intern/python/BPy_Operators.cpp
+++ b/source/blender/freestyle/intern/python/BPy_Operators.cpp
@@ -551,9 +551,10 @@ static PyObject *Operators_create(BPy_Operators *self, PyObject *args, PyObject
 PyDoc_STRVAR(Operators_reset_doc,
 ".. staticmethod:: reset(delete_strokes=True)\n"
 "\n"
-"   Resets the stroke selection (and therefore chaining, splitting, sorting and shading)\n"
+"   Resets the line stylization process to the initial state.  The results of\n"
+"   stroke creation are accumulated if **delete_strokes** is set to False.\n"
 "\n"
-"   :arg delete_strokes: Delete the strokes that are currently stored\n"
+"   :arg delete_strokes: Delete the strokes that are currently stored.\n"
 "   :type delete_strokes: bool\n");
 
 static PyObject *Operators_reset(BPy_Operators *self, PyObject *args, PyObject *kwds)




More information about the Bf-blender-cvs mailing list