...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
v1 | 1 | string | — | Set viewport 1 to specified type |
v2 | 1 | string | — | Set viewport 2 to specified type |
v3 | 1 | string | — | Set viewport 3 to specified type |
v4 | 1 | string | — | Set viewport 4 to specified type |
fullwindow | 1 | boolean | — | Set active view to/fromfull window |
swap | 0 | — | — | Swaps to previous view layout |
current | 1 | string | — | Set the current view |
active | 1 | integer | — | — |
Return value
void
Examples
Code Block | ||
---|---|---|
| ||
// Set view layout to single camera view |
...
viewLayout 1; |
...
viewLayout -current cameras; |
Code Block | ||
---|---|---|
| ||
// The first line in the following command configures the view |
...
// layout to contain 3 viewports. |
...
// The second line establishes a 3D Scene view, a Graph view, |
...
// and a Hierarchy view. |
...
// Note that second command does not require an argument |
...
viewLayout 5; |
...
viewLayout -v1 perspective -v2 graph -v3 vpl; |
Additional information
Related commands
...