How to assign views to hot keys
From:
simon (NOAH)
16 Jan (1 of 2)
11908.1
Hi
I am looking for shortcuts to viewing angles I have chosen, as if there is a camera at various positions looking in to the view. How can I do this please?
Thanks
Simon
Reply
More
Post Options
Reply as PM
Print
Mark as unread
Relationship
IP
Logged
From:
Michael Gibson
16 Jan (2 of 2)
11908.2
In reply to
11908.1
Hi Simon, for a shortcut that switches between Split/Top/Front/Right/3D see here:
http://moi3d.com/forum/index.php?webtag=MOI&msg=3808.2
for switching just the 3D view to a specific angle, use this:
script: var up_down_angle = 50; var left_right_angle = 45; var vp = moi.ui.mainWindow.viewpanel.getViewport('3D'); vp.setAngles( up_down_angle, left_right_angle );
You can also get the current camera angles in Options > View > "3D view angles".
- Michael
Reply
More
Post Options
Reply as PM
Print
Mark as unread
Relationship
IP
Logged
Reply to All