Created
November 24, 2018 13:27
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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