View Rotation Style

 From:  Michael Gibson
4736.2 In reply to 4736.1 
Hi Mike,

> I'm not too familiar with MoI's scripts, but it has something to do with
> "moi.view.rotationStyle" and "Free", "World" and "FirstPerson",
> Can this be made into a shortcut script?

Yep, it would go like this:


script: /* Set world axis rotation style */ moi.view.rotationStyle = 'World';

script: /* Set free rotation style */ moi.view.rotationStyle = 'Free';

script: /* Set first person rotation style */ moi.view.rotationStyle = 'FirstPerson';


Put each of those on to a shortcut key and you should then be able to switch the rotation style with that shortcut.

Please let me know if those don't seem to work.

- Michael