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:
authorTon Roosendaal <ton@blender.org>2005-11-18 00:31:49 +0300
committerTon Roosendaal <ton@blender.org>2005-11-18 00:31:49 +0300
commit5471aa1d4820b7df27161abbfab3f2bcc5ec1456 (patch)
treec3c201e05656be43167dcc4315362802606cbf42 /source/blender/src/editkey.c
parent1688cd8f95143d60f9a9463bad9eee016f534cc0 (diff)
Two errors in old style (not relative) Shape Keys;
- they didn't even execute! - you could not grab them in IpoWindow
Diffstat (limited to 'source/blender/src/editkey.c')
-rw-r--r--source/blender/src/editkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editkey.c b/source/blender/src/editkey.c
index 32adf6289ac..60f9cc14e3f 100644
--- a/source/blender/src/editkey.c
+++ b/source/blender/src/editkey.c
@@ -678,7 +678,7 @@ void move_keys(Object *ob)
if(G.sipo->ipo && G.sipo->ipo->id.lib) return;
if(G.sipo->editipo==NULL) return;
- key= (Key *)G.sipo->from;
+ key= ob_get_key(ob);
if(key==NULL) return;
/* which kb is involved */