Reorganize RMB menu and add option 'Copy Full Data Path'
Reorganize RMB menu
As per @Campbell Barton (campbellbarton)'s suggestion, this patch adds a submenu "Scripting" to the right click menu. This contains:
- Edit Source
- Copy Data Path
- Copy Full Data Path
- Online Python Reference
The "Edit Translations" entry will only be visible for non-release builds, also following the suggestion from @Campbell Barton (campbellbarton).
Copy Full Data Path
An operator is added to the RMB-menu „Copy Full Data Path“, to copy the full RNA path to the clipboard. It aims to complement the „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.
The changes made here should be committed separately.
