Revision: 17133
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=17133
Author:   theeth
Date:     2008-10-20 22:16:33 +0200 (Mon, 20 Oct 2008)

Log Message:
-----------
Add undo push for quick strokes conversion

Modified Paths:
--------------
    branches/etch-a-ton/source/blender/src/editarmature_sketch.c

Modified: branches/etch-a-ton/source/blender/src/editarmature_sketch.c
===================================================================
--- branches/etch-a-ton/source/blender/src/editarmature_sketch.c        
2008-10-20 18:55:09 UTC (rev 17132)
+++ branches/etch-a-ton/source/blender/src/editarmature_sketch.c        
2008-10-20 20:16:33 UTC (rev 17133)
@@ -2019,6 +2019,7 @@
                        {
                                sk_convertStroke(stk);
                                sk_removeStroke(sketch, stk);
+                               BIF_undo_push("Convert Sketch");
                                allqueue(REDRAWBUTSEDIT, 0);
                        }
                        


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

Reply via email to