shortcut for enable history

 From:  noskule
6615.3 In reply to 6615.2 
Hi Michael
I tried to modify it that it would switch the status /true/false instead of just set it to true, but it dosnt work, do you see what Im doing wrong?

script: if ( moi.geometryDatabase.getSelectedObjects().updateWithHistory != 'true' ) { moi.geometryDatabase.getSelectedObjects().setProperty( 'updateWithHistory', true ) } else { moi.geometryDatabase.getSelectedObjects().setProperty( 'updateWithHistory', false ) };

nos