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/space_api
parent3a590b4ec7a2c4f99e104bd2851bf2da46817173 (diff)
Bugfix #26317
Dopesheet: shift+d duplicate is now a macro too, allowing a single undo.
Diffstat (limited to 'source/blender/editors/space_api')
-rw-r--r--source/blender/editors/space_api/spacetypes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_api/spacetypes.c b/source/blender/editors/space_api/spacetypes.c
index 9ae50d04425..8d8cdcc7183 100644
--- a/source/blender/editors/space_api/spacetypes.c
+++ b/source/blender/editors/space_api/spacetypes.c
@@ -128,6 +128,7 @@ void ED_spacetypes_init(void)
ED_operatormacros_object();
ED_operatormacros_file();
ED_operatormacros_graph();
+ ED_operatormacros_action();
/* register dropboxes (can use macros) */
spacetypes = BKE_spacetypes_list();