3d View - view pivot point
All  1-3  4-7

Previous
Next
 From:  Michael Gibson
9165.4 In reply to 9165.3 
You're welcome Fred! Also you can paste in the following script for the "command" part of a shortcut key, this one will do one point pick and set that as the 3D view's rotation pivot point:

script: /* Set 3D view rotation pivot */ var p = moi.ui.createPointPicker(); if ( p.waitForEvent() && p.event == 'finished' ) { moi.ui.mainWindow.viewpanel.getViewport('3D').targetpt = p.pt }

- 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:  Fred (FRED_LEARNS_MOI3D)
9165.5 In reply to 9165.4 
Absolutely perfect, this is exactly what I was hoping for!
Thanks a lot
  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:  Fred (FRED_LEARNS_MOI3D)
9165.6 In reply to 9165.5 
One last question on that matter, is it possible to use the "mouse middle click" as the key for the shortcut?
  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
9165.7 In reply to 9165.6 
Hi Fred,

re:
> One last question on that matter, is it possible to use the "mouse middle click" as the key for the shortcut?

Sorry no, there isn't currently any way to run a script on a mouse middle click.

- 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

 

 
 
Show messages: All  1-3  4-7