shortcut for enable history

 From:  Michael Gibson
6615.2 In reply to 6615.1 
Hi nos, this script should enable history updates on the selected objects:

script: /* Enable history updates on selected objects */ moi.geometryDatabase.getSelectedObjects().setProperty( 'updateWithHistory', true );

- Michael