Hi Michael
The upgrade to 4 is noticably faster , Thanks
in ver 3 I used a keyboard script to edit the name of selected objects , I find this very quick
script: /* Edit object name */ var pp = moi.ui.propertiesPanel; if (pp.show && pp.numSelectedObjects > 0) { pp.editName(); }
Can this be changed to work in V4
Cheers
shayne
|