Message 1 of 4
Four View (front, side, top persp) layout with fixed panel configuration?

Not applicable
01-27-2012
02:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello AREA Community!
After my F2, F3, F4, F5 Hotkeys was assigned to:
When I'm in Single Pane layout and using them everything is alright.
But sometimes when I'm trying to switch from Single to Four Panes layout by QuickLayout bar button or otherwise, panels arrangement (order of viewports) is changing.
I don't want to have flow layout. I want always to have my Perpective viewport in topLeft corner, front (Ortho) in bottomLeft, top in topRight and side(Ortho) always bottomRight arranged.
How about fixed 4 panel configuration? Is there MEL Script or something for this purpose?
Thanks!
After my F2, F3, F4, F5 Hotkeys was assigned to:
switchModelView front;
switchModelView side;
switchModelView top;
switchModelView Perspective;
When I'm in Single Pane layout and using them everything is alright.
But sometimes when I'm trying to switch from Single to Four Panes layout by QuickLayout bar button or otherwise, panels arrangement (order of viewports) is changing.
I don't want to have flow layout. I want always to have my Perpective viewport in topLeft corner, front (Ortho) in bottomLeft, top in topRight and side(Ortho) always bottomRight arranged.
How about fixed 4 panel configuration? Is there MEL Script or something for this purpose?
Thanks!