From 99ef213dcbab68debe7047996a2e26380254d093 Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Sun, 28 Sep 2014 11:15:08 +0900 Subject: Freestyle: minor docstring revision of Operators.reset(). --- source/blender/freestyle/intern/python/BPy_Operators.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/blender/freestyle/intern/python/BPy_Operators.cpp b/source/blender/freestyle/intern/python/BPy_Operators.cpp index b96a62b85c4..d3cb44f5903 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) -- cgit v1.2.3