Hi Tom, yes put in this on the shortcut key:
script: /* Edit object name */ var pp = moi.ui.propertiesPanel; if (pp.show && pp.numSelectedObjects > 0) { pp.editName(); }
Then when you press that key it should pop up the edit name dialog same as if you had clicked on the name line in the properties panel.
- Michael
|