Skip to content

Instantly share code, notes, and snippets.

@lukpazera
Created November 24, 2018 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukpazera/b19b4637c7ab4f1a5b45f8d9fc633f80 to your computer and use it in GitHub Desktop.
Save lukpazera/b19b4637c7ab4f1a5b45f8d9fc633f80 to your computer and use it in GitHub Desktop.
How to define layout in MODO config so it's available by key to the layout.window command. Snatched from Funk example on MODO slack channel.
<atom type="Frame">
<hash type="Layout" key="base.mbUVSingle_Layout" val="viewportGroup">
<atom type="IdealSize">1323 875</atom>
<list type="Port">UVmodel 0 1 0 1 TemplateUV_View</list>
<atom type="SwitcherClass">normal</atom>
<atom type="UserName">Mario UV</atom>
</hash>
<hash type="LayoutWindow" key="mbUvWindow">
<atom type="Title">Mario UV</atom>
<atom type="Contents">(layout) mbUVSingle_Layout</atom>
<atom type="Size">900 600</atom>
</hash>
</atom>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment