View Rotation Style

 From:  shayno
4736.13 
Playing with your scripts
This works for 2 views

script: /* toggle world axis rotation style */ moi.view.rotationStyle = (moi.view.rotationStyle == 'World' ? 'free' : 'world');

another that may be useful

script: /* Toggle Grid snapsize */moi.grid.snapsize = (moi.grid.snapsize == '0.25' ? '0.1' : '0.25');

cheers
shayne