Shortkey for maximizing viewport??

Next
 From:  Momso (DREAM21JUN)
1216.1 
Hi all,

I have a question about setting some shortkey for maximizing each viewport.

For example, in my Rhino,

- F5: Top view
- F6: Front view
- F7: Right view
- F8: Perspective

In MoI, how can I set the shortkey like as Rhino? Is it possible?


Thanks,
momso
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
1216.2 In reply to 1216.1 
Hi Momso, check out the shortcut key documentation here: http://moi3d.com/1.0/docs/moi_command_reference10.htm#shortcutkeys .

For your case, inside MoI go to Options / Shortcut keys. Then add these entries:

Key / Command
F5 / script:moi.ui.mainWindow.viewpanel.mode = 'Top';
F6 / script:moi.ui.mainWindow.viewpanel.mode = 'Front';
F7 / script:moi.ui.mainWindow.viewpanel.mode = 'Right';
F8 / script:moi.ui.mainWindow.viewpanel.mode = '3D';

You may also want to add something like F4 = split view:
F4 / script:moi.ui.mainWindow.viewpanel.mode = 'Split';

Let me know if you have any problems setting it up.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  Momso (DREAM21JUN)
1216.3 In reply to 1216.2 
Hi Michael - Thanks a lot for the info. :-)

/momso
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All