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/interface/interface_anim.c
parent9cf78144f1e6369bc640df783b4ec7b5f2a15235 (diff)
Option to copy the data path of an RNA button
Diffstat (limited to 'source/blender/editors/interface/interface_anim.c')
-rw-r--r--source/blender/editors/interface/interface_anim.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/interface/interface_anim.c b/source/blender/editors/interface/interface_anim.c
index 8037a609a2f..facda32a41e 100644
--- a/source/blender/editors/interface/interface_anim.c
+++ b/source/blender/editors/interface/interface_anim.c
@@ -310,6 +310,9 @@ void ui_but_anim_menu(bContext *C, uiBut *but)
}
}
+ uiItemS(layout);
+ uiItemBooleanO(layout, "Copy Data Path", 0, "ANIM_OT_copy_clipboard_button", "all", 1);
+
uiPupMenuEnd(C, pup);
}
}