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-10-03 17:03:25 +0400
committerTon Roosendaal <ton@blender.org>2005-10-03 17:03:25 +0400
commit45edb9cecb14a12a42230b9e12acf0ec5c2d07ee (patch)
tree6d7abec5d3f03babaacb0c4d44e457b859d0e79e /source/blender/include/BIF_editaction.h
parent1c72a19fd83d62e285f9280b7676da4a42636e3c (diff)
IpoWindow, Action curve update.
When no Ipo existed yet for an Action Channel (Bone), you could not add curves with CTRL+click or Drivers. This was due to antique action code state... it's still messy, no time for big cleanup here yet. At least this works now. :) (Also: removed test prints of previous commit)
Diffstat (limited to 'source/blender/include/BIF_editaction.h')
-rw-r--r--source/blender/include/BIF_editaction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/include/BIF_editaction.h b/source/blender/include/BIF_editaction.h
index c2443d24ea9..495b7a620c2 100644
--- a/source/blender/include/BIF_editaction.h
+++ b/source/blender/include/BIF_editaction.h
@@ -96,6 +96,8 @@ struct bAction *add_empty_action(void);
void winqreadactionspace(struct ScrArea *sa, void *spacedata, struct BWinEvent *evt);
struct bAction *bake_action_with_client (struct bAction *act, struct Object *arm, float tolerance);
+void verify_active_action_channel(struct Object *ob);
+
void remake_action_ipos(struct bAction *act);