Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths19%, 11%, 13%, 57%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths16%, 15%, 14%, 13%, 42%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

NameFlag argumentsArgument typeExclusive toComments
v11stringSet viewport 1 to specified type
v21stringSet viewport 2 to specified type
v31stringSet viewport 3 to specified type
v41stringSet viewport 4 to specified type
fullwindow1booleanSet active view to/fromfull window
swap0Swaps to previous view layout
current1stringSet the current view
active1integer

Return value

void

Examples

Code Block
languagetext
// Set view layout to single camera view

...


viewLayout 1;

...


viewLayout -current cameras;
Code Block
languagetext
// 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

...