Blender Git Loki
Git Commits -> Revision 85623f6
Revision 85623f6 by Aaron Carlisle (master) March 11, 2021, 03:10 (GMT) |
UI: Add Copy Full Data Path to RMB menu This commit adds an operator to the RMB-menu "Copy Full Data Path?, to copy the full RNA path to the clipboard. It aims to complement "Copy Data Path?, which only copies the part of the path that is needed for drivers, but for writing addons, etc. it is useful to have an option that gives the full data path. Similar patch have been submitted before, see D763 and D2746 This time I did not split the operator (as D2746) and does not contain the UI reorganization (as D763) Note, the fixes from D2746 were committed in rB09eac0159db8 so that patch can be closed. Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D10539 |
Commit Details:
Full Hash: 85623f6a5590e99c9d821bba53f8b5fe3812a47d
Parent Commit: 9ef24d5
Lines Changed: +6, -0
1 Modified Path:
/source/blender/editors/interface/interface_context_menu.c (+6, -0) (Diff)