[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [34514] trunk/blender/source/blender/ blenkernel/intern/key.c: Removing some old stuff from old animation system that isn't needed

Joshua Leung aligorith at gmail.com
Wed Jan 26 23:01:52 CET 2011


Revision: 34514
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=34514
Author:   aligorith
Date:     2011-01-26 22:01:51 +0000 (Wed, 26 Jan 2011)
Log Message:
-----------
Removing some old stuff from old animation system that isn't needed
anymore (shapekeys stuff)

Modified Paths:
--------------
    trunk/blender/source/blender/blenkernel/intern/key.c

Modified: trunk/blender/source/blender/blenkernel/intern/key.c
===================================================================
--- trunk/blender/source/blender/blenkernel/intern/key.c	2011-01-26 21:58:32 UTC (rev 34513)
+++ trunk/blender/source/blender/blenkernel/intern/key.c	2011-01-26 22:01:51 UTC (rev 34514)
@@ -154,10 +154,6 @@
 	
 	keyn= copy_libblock(key);
 	
-#if 0 // XXX old animation system
-	keyn->ipo= copy_ipo(key->ipo);
-#endif // XXX old animation system
-	
 	BLI_duplicatelist(&keyn->block, &key->block);
 	
 	kb= key->block.first;
@@ -185,10 +181,6 @@
 	
 	key->id.lib= 0;
 	new_id(0, (ID *)key, 0);
-
-#if 0 // XXX old animation system
-	make_local_ipo(key->ipo);
-#endif // XXX old animation system
 }
 
 /* Sort shape keys and Ipo curves after a change.  This assumes that at most




More information about the Bf-blender-cvs mailing list