soulburn3d
01-13-2009, 02:34 AM
So say you have a 4 viewport setup, one is a perspective view, one is a user view. You select the persp view, then run this maxscript command.
viewport.setType #view_iso_user
Your viewport is now a user view from the same perspective as the perspective view.
Now do do the same thing, except have the perspective view maximized so it's the only viewport you see. Instead of creating a new user viewport, it simply swaps the other user viewport into the current view.
Is there a copy of viewport.setType that will always create a new user view instead of swapping out the view with the other user view?
- Neil
viewport.setType #view_iso_user
Your viewport is now a user view from the same perspective as the perspective view.
Now do do the same thing, except have the perspective view maximized so it's the only viewport you see. Instead of creating a new user viewport, it simply swaps the other user viewport into the current view.
Is there a copy of viewport.setType that will always create a new user view instead of swapping out the view with the other user view?
- Neil
