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-01 11:08:55 +0300
committerJoshua Leung <aligorith@gmail.com>2009-01-01 11:08:55 +0300
commita1c4d1c735c59b5911dbd0d8557b8f2b32263fe5 (patch)
tree85dc942ac6f1d2754d2066a6a70dfaf422f21f03 /source/blender/editors/space_action/action_intern.h
parentc0621a1b7eca3310320e2df02094e828eda2cd37 (diff)
2.5 - Assorted bugfixes
* Dopesheet - clicking on keyframes in Object channels (if they came from Object-Data such as Lamps, etc.) would crash. I noticed this error in AnimSys2 yesterday * Action Editor - do versions code now totally reinitialises the Action Editor View2D data (for the timespace), since I found a few files where there appeared to be some weird settings set. * RNA Browser (Outliner->Datablocks) would crash when the Area was ripped (using Alt-R hotkey) as seen in mfoxdogg's 2.5 Tour 2
Diffstat (limited to 'source/blender/editors/space_action/action_intern.h')
-rw-r--r--source/blender/editors/space_action/action_intern.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/editors/space_action/action_intern.h b/source/blender/editors/space_action/action_intern.h
index d78e34416f0..14cf6f82f76 100644
--- a/source/blender/editors/space_action/action_intern.h
+++ b/source/blender/editors/space_action/action_intern.h
@@ -34,6 +34,8 @@ struct SpaceAction;
struct ARegion;
struct wmWindowManager;
struct wmOperatorType;
+struct ActKeysInc;
+struct bAnimListElem;
/* internal exports only */
@@ -42,6 +44,8 @@ struct wmOperatorType;
void draw_channel_names(struct bAnimContext *ac, struct SpaceAction *saction, struct ARegion *ar);
void draw_channel_strips(struct bAnimContext *ac, struct SpaceAction *saction, struct ARegion *ar);
+struct ActKeysInc *init_aki_data(struct bAnimContext *ac, struct bAnimListElem *ale);
+
/* ***************************************** */
/* action_header.c */
void action_header_buttons(const struct bContext *C, struct ARegion *ar);