edit object name shortcut
From:
Michael Gibson
25 Feb 2013 (2 of 4)
5738.2
In reply to
5738.1
Hi nos, put in this for the command part to make a shortcut for the object name dialog:
script: /* Edit object name */ var pp = moi.ui.propertiesPanel; if (pp.show && pp.numSelectedObjects > 0) { pp.editName(); }
- Michael