Created
February 22, 2017 11:50
-
-
Save tmslnz/cd849b1482b47c164060df56ea47a7c0 to your computer and use it in GitHub Desktop.
Modo Project Preset Template
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<configuration> | |
<!-- | |
This file lives under | |
~/Library/Application Support/Luxology/Configs/project_presets.cfg | |
--> | |
<atom type="ProjectTemplates"> | |
<!-- User Strings --> | |
<hash type="TemplateInfo" key="standard@en_US"> | |
<atom type="UserName">tmslnz</atom> | |
<!-- Scenes --> | |
<hash type="PathInfo" key="scenes"> | |
<atom type="FolderName">Scenes</atom> | |
</hash> | |
<!-- Images --> | |
<hash type="PathInfo" key="images"> | |
<atom type="FolderName">Images</atom> | |
</hash> | |
<!-- Movies --> | |
<hash type="PathInfo" key="movies"> | |
<atom type="FolderName">Movies</atom> | |
</hash> | |
<!-- Irradiance --> | |
<hash type="PathInfo" key="irradiancecaches"> | |
<atom type="FolderName">Irradiance</atom> | |
</hash> | |
<!-- Renders --> | |
<hash type="PathInfo" key="renders"> | |
<atom type="FolderName">Renders</atom> | |
</hash> | |
<!-- Renders/Frames --> | |
<hash type="PathInfo" key="renders/frames"> | |
<atom type="FolderName">Frames</atom> | |
</hash> | |
<!-- Renders/Movies --> | |
<hash type="PathInfo" key="renders/movies"> | |
<atom type="FolderName">Movies</atom> | |
</hash> | |
<!-- Scripts --> | |
<hash type="PathInfo" key="scripts"> | |
<atom type="FolderName">Scripts</atom> | |
</hash> | |
<!-- Presets --> | |
<hash type="PathInfo" key="presets"> | |
<atom type="FolderName">Presets</atom> | |
</hash> | |
<!-- Presets/Mesh --> | |
<hash type="PathInfo" key="presets/mesh"> | |
<atom type="FolderName">Mesh</atom> | |
</hash> | |
<!-- Presets/Environment --> | |
<hash type="PathInfo" key="presets/env"> | |
<atom type="FolderName">Environment</atom> | |
</hash> | |
<!-- Presets/Item --> | |
<hash type="PathInfo" key="presets/item"> | |
<atom type="FolderName">Item</atom> | |
</hash> | |
</hash> | |
<!-- Definition and Hierarchy --> | |
<hash type="Template" key="standard"> | |
<hash type="Path" key="presets"></hash> | |
<hash type="Path" key="presets/mesh"> | |
<atom type="Parent">presets</atom> | |
<list type="Association">meshlayerpreset</list> | |
</hash> | |
<hash type="Path" key="presets/item"> | |
<atom type="Parent">presets</atom> | |
<list type="Association">itempreset</list> | |
</hash> | |
<hash type="Path" key="presets/env"> | |
<atom type="Parent">presets</atom> | |
<list type="Association">environpreset</list> | |
</hash> | |
<hash type="Path" key="scenes"> | |
<list type="Association">scene</list> | |
<list type="Association">scene.saveAs</list> | |
</hash> | |
<hash type="Path" key="images"> | |
<list type="Association">image</list> | |
</hash> | |
<hash type="Path" key="movies"> | |
<list type="Association">movie</list> | |
</hash> | |
<hash type="Path" key="irradiancecaches"> | |
<list type="Association">irrad</list> | |
</hash> | |
<hash type="Path" key="renders"></hash> | |
<hash type="Path" key="renders/frames"> | |
<atom type="Parent">renders</atom> | |
<list type="Association">image@renderframes</list> | |
</hash> | |
<hash type="Path" key="renders/movies"> | |
<atom type="Parent">renders</atom> | |
<list type="Association">movie@rendermovies</list> | |
<list type="Association">movie_st@rendermovies</list> | |
<list type="Association">movie_nost@rendermovies</list> | |
</hash> | |
<hash type="Path" key="scripts"> | |
<atom type="IsScriptSearchPath">1</atom> | |
</hash> | |
</hash> | |
</atom> | |
</configuration> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment