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>2011-03-05 17:03:29 +0300
committerTon Roosendaal <ton@blender.org>2011-03-05 17:03:29 +0300
commit3d0390a518947c7cc3ba08c288e6c9b9654df909 (patch)
tree8520980df22bc8963988f4efa323d37734a947d2 /source/blender/editors/include/ED_anim_api.h
parent3a590b4ec7a2c4f99e104bd2851bf2da46817173 (diff)
Bugfix #26317
Dopesheet: shift+d duplicate is now a macro too, allowing a single undo.
Diffstat (limited to 'source/blender/editors/include/ED_anim_api.h')
-rw-r--r--source/blender/editors/include/ED_anim_api.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_anim_api.h b/source/blender/editors/include/ED_anim_api.h
index 67acccd94e2..1ca33e73656 100644
--- a/source/blender/editors/include/ED_anim_api.h
+++ b/source/blender/editors/include/ED_anim_api.h
@@ -588,7 +588,8 @@ void ED_keymap_anim(struct wmKeyConfig *keyconf);
/* space_graph */
void ED_operatormacros_graph(void);
-
+ /* space_action */
+void ED_operatormacros_action(void);
/* ************************************************ */