reset full view with object selected?

Next
 From:  Nick (BODINI)
1981.1 
Clicking 'reset' with no objects selected zooms to all.
Clicking 'reset' with any object(s) selected zooms to the selected object(s).
Thats great, I love it.

Can it be scripted to 'zoom to all', while having an item selected, and retaining that item as selected?

thanks,

Nick
  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:  Nick (BODINI)
1981.2 In reply to 1981.1 
D'oh. Thats what the 'reset all' button does.
  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:  Nick (BODINI)
1981.3 In reply to 1981.2 
Or clicking the 'reset' button a second time. D'oh X2!

Learn something new everyday, anyway. ;)
  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)
1981.4 
and you have not install
F9 Flip view under the mouse
code:
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 } }


F10 Right/ Left...etc under the mouse
code:
script:moi.ui.mainWindow.viewpanel.reverseView( moi.ui.getActiveViewport().name );


F11 Full Screen :)
http://moi3d.com/forum/index.php?webtag=MOI&msg=207.55

EDITED: 18 Sep 2008 by PILOU

  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:  Nick (BODINI)
1981.5 In reply to 1981.4 
Oh great, thank you. :-)
  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:  Michael Gibson
1981.6 In reply to 1981.3 
Hi Nick - yeah it is the second click that will switch between just the selected objects or all objects.

Also one other note - if you right-click on the "Reset" button that is at the bottom of a viewport, it will apply the reset to all viewports same as the View / Reset All on the side pane.

- 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
 

Reply to All Reply to All