[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [51587] trunk/blender/release/scripts/ startup/bl_ui/space_userpref.py: Unhide "simplify stroke" option of Grease Pencil strokes in userpref UI...

Bastien Montagne montagne29 at wanadoo.fr
Wed Oct 24 16:25:32 CEST 2012


Revision: 51587
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=51587
Author:   mont29
Date:     2012-10-24 14:25:32 +0000 (Wed, 24 Oct 2012)
Log Message:
-----------
Unhide "simplify stroke" option of Grease Pencil strokes in userpref UI... Looks like it was commented out since r22353 (more than three years!), and could not find a valid reason for this?\226?\128?\166

Revision Links:
--------------
    http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=22353

Modified Paths:
--------------
    trunk/blender/release/scripts/startup/bl_ui/space_userpref.py

Modified: trunk/blender/release/scripts/startup/bl_ui/space_userpref.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/space_userpref.py	2012-10-24 13:43:32 UTC (rev 51586)
+++ trunk/blender/release/scripts/startup/bl_ui/space_userpref.py	2012-10-24 14:25:32 UTC (rev 51587)
@@ -299,9 +299,9 @@
         col.label(text="Grease Pencil:")
         col.prop(edit, "grease_pencil_manhattan_distance", text="Manhattan Distance")
         col.prop(edit, "grease_pencil_euclidean_distance", text="Euclidean Distance")
-        #~ col.prop(edit, "use_grease_pencil_simplify_stroke", text="Simplify Stroke")
         col.prop(edit, "grease_pencil_eraser_radius", text="Eraser Radius")
         col.prop(edit, "use_grease_pencil_smooth_stroke", text="Smooth Stroke")
+        col.prop(edit, "use_grease_pencil_simplify_stroke", text="Simplify Stroke")
         col.separator()
         col.separator()
         col.separator()




More information about the Bf-blender-cvs mailing list