Switch between views
All  1-3  4-8

Previous
Next
 From:  shayno
8027.4 
Hi Nick

here is a script that you can save as a shortcut key, I use the "space" key that will maximise whichever view the mouse pointer is over
its a very fast way to get the view you want 2nd press on space sends the view back to all 4 .

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 } }

cheers
shayne
  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:  blindfoldjump
8027.5 In reply to 8027.4 
Ah thanks a lot Shayne, that's very useful!
  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:  Metin (METIN_SEVEN)
8027.6 
Reviving this old thread, to ask if there's a command or script to toggle a view under the mouse pointer to the opposite view?

So if my pointer is over a top view (either full screen or a quad view) and I activate the command or script, the view will switch to the bottom view.

Thanks in advance!

─ Metin

visualizer • illustrator • 3D designer — metinseven.nl
  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
8027.7 In reply to 8027.6 
  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:  Metin (METIN_SEVEN)
8027.8 In reply to 8027.7 
Exactly what I meant, thanks for the always swift reply, Michael!

─ Metin

visualizer • illustrator • 3D designer — metinseven.nl
  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

 

 
 
Show messages: All  1-3  4-8