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>2008-12-23 14:58:02 +0300
committerJoshua Leung <aligorith@gmail.com>2008-12-23 14:58:02 +0300
commit00d2cf3ddbdbe1162435249ad4cb359ca70b357a (patch)
tree0882f94a8d894c07a5a73c860e4df5d9c0b6ef57 /source/blender/editors/space_action/action_intern.h
parent67888ee34b61130113e6b8fc439ff6b50d4078a1 (diff)
2.5 Action Editor - Brought back Select All (AKEY)
Now, selecting keyframes with mouse behaves more like before. Note: this still mostly uses old code, since other parts of code also call this. For later, it'd be nice to store as RNA prop, method of selecting.
Diffstat (limited to 'source/blender/editors/space_action/action_intern.h')
-rw-r--r--source/blender/editors/space_action/action_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_action/action_intern.h b/source/blender/editors/space_action/action_intern.h
index ef9ab5a9d66..3ea3e179a80 100644
--- a/source/blender/editors/space_action/action_intern.h
+++ b/source/blender/editors/space_action/action_intern.h
@@ -45,6 +45,7 @@ void draw_channel_strips(struct bAnimContext *ac, struct SpaceAction *saction, s
void action_header_buttons(const struct bContext *C, struct ARegion *ar);
/* action_select.c */
+void ED_ACT_OT_keyframes_deselectall(struct wmOperatorType *ot);
void ED_ACT_OT_keyframes_clickselect(struct wmOperatorType *ot);
/* action_ops.c */