Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2011-01-27 01:01:51 +0300
committerJoshua Leung <aligorith@gmail.com>2011-01-27 01:01:51 +0300
commit0fb785aaa735351b6ba6676660bd82892a0f8cf0 (patch)
treefbe753711740a580b735bfdb66265e46bb4df9d2 /source/blender/blenkernel/intern/key.c
parent91b1efc2c53d6a457011251e5654db1bdd58ca2d (diff)
Removing some old stuff from old animation system that isn't needed
anymore (shapekeys stuff)
Diffstat (limited to 'source/blender/blenkernel/intern/key.c')
-rw-r--r--source/blender/blenkernel/intern/key.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/blender/blenkernel/intern/key.c b/source/blender/blenkernel/intern/key.c
index 0955ccd170e..a3c8ea0c194 100644
--- a/source/blender/blenkernel/intern/key.c
+++ b/source/blender/blenkernel/intern/key.c
@@ -154,10 +154,6 @@ Key *copy_key(Key *key)
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 @@ void make_local_key(Key *key)
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