Extrud shortcut

 From:  Michael Gibson
5675.6 In reply to 5675.5 
Hi mir4ea, for setting the object name use this one:

script: /* Edit object name */ var pp = moi.ui.propertiesPanel; if (pp.show && pp.numSelectedObjects > 0) { pp.editName(); }

- Michael