[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [17133] branches/etch-a-ton/source/blender /src/editarmature_sketch.c: Add undo push for quick strokes conversion

Martin Poirier theeth at yahoo.com
Mon Oct 20 22:16:33 CEST 2008


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





More information about the Bf-blender-cvs mailing list