Viewport navigation: Rotate around selection
All  1-2  3-6

Previous
Next
 From:  Heiner (BILDERMENSCH)
6124.3 In reply to 6124.2 
Thank you so much,
belive me, I was looking for it, but I was looking the wrong way:
I was searching for "rotate around selection". I am sorry for that,
but i handle 3 applications at the moment (Blender, CINEMA 4D and Moi)
and that leads sometimes to confusion like that.
Again sorry, and a big thank you for taking the time and helping me out!
Best regards
Heiner
  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:  coi (MARCO)
6124.4 In reply to 6124.3 
hi heiner..

no need to apologize..lol..the pivot center thingy is indeed somewhat "hidden" in the RESET command.

ciao,
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
Next
 From:  rich (RICHKEAR)
6124.5 In reply to 6124.4 
Good day all,

A while ago, Michael was very helpful to divide "Reset" into two separate scripts for hotkey assignments: 1. View or zoom all, and 2. view or zoom selected.

1. script:/* Zoom extents all */ var vp = moi.ui.getActiveViewport(); vp.zoom( 0.9 ); vp.reset(); vp.reset();

2. script:/* Zoom extents selected */ var vp = moi.ui.getActiveViewport(); vp.zoom( 0.9 ); vp.reset();

I find this very useful.

Rich
  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:  Samuel Zeller
6124.6 In reply to 6124.5 
This one is cool too

It zoom on selection or on everything if nothing is selected :)

No need to have two separate shortcuts

script:moi.ui.getActiveViewport().reset();
--
shapenoid.com stojan-voumard.com
  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-2  3-6