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>2009-01-26 07:13:38 +0300
committerJoshua Leung <aligorith@gmail.com>2009-01-26 07:13:38 +0300
commit784d8ee37a52f3ef689aa6d02e75e50566efe93f (patch)
treef5d898a69b7ea9b098a667a030ddaa66e3f531af /source/blender/blenkernel/intern/ipo.c
parent3d39996f0fb6dcde3ad91cf7556b8175b0effbd9 (diff)
2.5 DopeSheet/Action Editor
* Made the various datatypes in the DopeSheet get shown again (NOTE: some of the types that don't get conversions to Animato yet may need some further checking). * Did some code cleanup to allow F-Curve channels to always show RNA-based names correctly
Diffstat (limited to 'source/blender/blenkernel/intern/ipo.c')
-rw-r--r--source/blender/blenkernel/intern/ipo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/ipo.c b/source/blender/blenkernel/intern/ipo.c
index 9fef1c657ca..e6ee3a14681 100644
--- a/source/blender/blenkernel/intern/ipo.c
+++ b/source/blender/blenkernel/intern/ipo.c
@@ -1065,6 +1065,8 @@ void do_versions_ipos_to_animato(Main *main)
* are likely to be drivers, but it's hard to trace that from here, so move this to Ob loop?
*/
if (key->ipo) {
+ printf("\t\tconverting key->ipo %s -> %s \n", id->name+2, key->ipo->id.name+2);
+
/* Add AnimData block */
adt= BKE_id_add_animdata(id);