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:
authorCampbell Barton <ideasman42@gmail.com>2009-10-07 17:22:56 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-10-07 17:22:56 +0400
commit568be173266d42321909b1b9e047d214775c237c (patch)
treeaeb7dbb5d52fca344f41a1ed9287e0983c9553b7 /source/blender/editors/animation/anim_ops.c
parent9cf78144f1e6369bc640df783b4ec7b5f2a15235 (diff)
Option to copy the data path of an RNA button
Diffstat (limited to 'source/blender/editors/animation/anim_ops.c')
-rw-r--r--source/blender/editors/animation/anim_ops.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/animation/anim_ops.c b/source/blender/editors/animation/anim_ops.c
index 4317204f347..83b2e2688c9 100644
--- a/source/blender/editors/animation/anim_ops.c
+++ b/source/blender/editors/animation/anim_ops.c
@@ -404,6 +404,8 @@ void ED_operatortypes_anim(void)
WM_operatortype_append(ANIM_OT_copy_driver_button);
WM_operatortype_append(ANIM_OT_paste_driver_button);
+ WM_operatortype_append(ANIM_OT_copy_clipboard_button);
+
WM_operatortype_append(ANIM_OT_add_keyingset_button);
WM_operatortype_append(ANIM_OT_remove_keyingset_button);