Solo view?
All  1-4  5-6

Previous
Next
 From:  coi (MARCO)
5059.5 
I found this script to be UBERuseful, which will switch between the viewport under the current mouse cursor location and the quad view.

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

..just put it on the SPACE key or (almost) any other key combination like so:

http://moi3d.com/2.0/docs/moi_command_reference11.htm#shortcutkeys

Cheers,
Marco

EDITED: 11 Apr 2012 by MARCO

  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:  Rich_Art
5059.6 In reply to 5059.5 
Wooo thanks... Never seen this script.. Works great.

Peace,
Rich_Art. ;-)

| C4DLounge.eu | Our Dutch/Belgium C4D forum. |
  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-4  5-6