Layout for MoxyDraw

Creates, erases, renames and sets layouts.


Syntax to erase a layout:

Layout
erase
layout name

erase:

Erases a layout.

layout name:

Sets the target layout.





Syntax to create a layout:

Layout
new
layout name

new:

Creates a new layout and SETS it active. If layout already exists, layout is set to active. When creating a layout, a viewport is also created with it. If you don't want it, use the "EraseAll" command right after "NewLayout".

layout name:

Sets the new layout name.





Syntax to rename a layout:

Layout
rename
layout name
layout new name

rename:

Renames a layout.

layout name:

Sets the layout to rename.

layout new name:

Sets the layout new name.





Syntax to set a layout active:

Layout
set
layout name

set:

Sets an existing layout active.

layout name:

Sets the layout to be active.