[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11324] branches/2-44-stable/blender/ source/blender/src/editkey.c: branches/2-44-stable

Diego Borghetti (Plumiferos) bdiego at gmail.com
Fri Jul 20 22:32:28 CEST 2007


Revision: 11324
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11324
Author:   bdiego
Date:     2007-07-20 22:32:28 +0200 (Fri, 20 Jul 2007)

Log Message:
-----------
branches/2-44-stable

Merge from trunk:

	revision 11304

Revision Links:
--------------
    http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11304

Modified Paths:
--------------
    branches/2-44-stable/blender/source/blender/src/editkey.c

Modified: branches/2-44-stable/blender/source/blender/src/editkey.c
===================================================================
--- branches/2-44-stable/blender/source/blender/src/editkey.c	2007-07-20 16:18:26 UTC (rev 11323)
+++ branches/2-44-stable/blender/source/blender/src/editkey.c	2007-07-20 20:32:28 UTC (rev 11324)
@@ -613,6 +613,7 @@
 		key= ob_get_key(ob);
 		ob->shapenr= BLI_countlist(&key->block);
 	
+		BIF_undo_push("Add Shapekey");
 		allspace(REMAKEIPO, 0);
 		allqueue(REDRAWIPO, 0);
 		allqueue(REDRAWACTION, 0);
@@ -674,6 +675,7 @@
 	
 	DAG_object_flush_update(G.scene, OBACT, OB_RECALC_DATA);
 	
+	BIF_undo_push("Delete Shapekey");
 	allqueue(REDRAWVIEW3D, 0);
 	allqueue(REDRAWBUTSEDIT, 0);
 	allspace(REMAKEIPO, 0);
@@ -762,6 +764,7 @@
 	/* for boundbox */
 	editipo_changed(G.sipo, 0);
 
+	BIF_undo_push("Move Shapekey(s)");
 	allspace(REMAKEIPO, 0);
 	allqueue(REDRAWIPO, 0);
 	allqueue(REDRAWVIEW3D, 0);





More information about the Bf-blender-cvs mailing list