View Shortcut

Next
 From:  Motionworks
9920.1 
I'd really like to see shortcuts for views. Maybe the same as C4D where middle mouse button toggles between the view you click in and split view. Currently having to click buttons to change views is a bummer (unless I'm missing something?)

Best,

John.
  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
9920.2 In reply to 9920.1 
Hi John, there isn't a way to do it on middle click but you can assign this script to the space bar:

script:if ( moi.ui.mainWindow.viewpanel.mode != 'split' ) { moi.ui.mainWindow.viewpanel.mode = 'split' } else { var viewport = moi.ui.getViewportUnderMouse(); if ( viewport ) { viewport.viewPanel.mode = viewport.name } }

Then when you push Space it will switch either to the view the mouse is over if you are in split view, or back to split view if there is one view maximized.

That one is listed in the shortcuts section of the help file here:
http://moi3d.com/3.0/docs/moi_command_reference11.htm#shortcutkeys

There are some other various view scripts listed here:
http://kyticka.webzdarma.cz/3d/moi/

These are linked to from the Resources page: http://moi3d.com/wiki/Resources

- 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
Next
 From:  Motionworks
9920.3 In reply to 9920.2 
Thanks Michael. Can you explain how to install this script? Or point me to information on how to do it?

J.

EDITED: 17 Aug 2020 by MOTIONWORKS

  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:  Frenchy Pilou (PILOU)
9920.4 In reply to 9920.3 
<< how to install this script

Just copy it (all code text) in the Right Column of the Options / ShortCuts Keys

And input in the Left Column any Keys (by Pressing any combinaison of keys) : here the Space (write Space if you have only the V 3.0 )

No need to relaunch Moi
  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:  Motionworks
9920.5 In reply to 9920.4 
Thanks that was super easy!
  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