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_intern.h
parent9cf78144f1e6369bc640df783b4ec7b5f2a15235 (diff)
Option to copy the data path of an RNA button
Diffstat (limited to 'source/blender/editors/animation/anim_intern.h')
-rw-r--r--source/blender/editors/animation/anim_intern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/animation/anim_intern.h b/source/blender/editors/animation/anim_intern.h
index 853aeb6c8f3..0101e3d0ef7 100644
--- a/source/blender/editors/animation/anim_intern.h
+++ b/source/blender/editors/animation/anim_intern.h
@@ -79,4 +79,6 @@ void ANIM_OT_remove_driver_button(struct wmOperatorType *ot);
void ANIM_OT_copy_driver_button(struct wmOperatorType *ot);
void ANIM_OT_paste_driver_button(struct wmOperatorType *ot);
+void ANIM_OT_copy_clipboard_button(struct wmOperatorType *ot);
+
#endif // ANIM_INTERN_H