I tested that it can be done by saving assemblies, presets, and the assembly keeps the nodes position on graph editor which is great. So all I am asking, is to have a GUI button to save and load these presets from/to somewhere on the octane render folder.
Pls, pls
Hi Vlad - I think there are two ways to do this already.
1) Create your Octane Override template which has the blank Image nodes. Then select the Octane Override and click "Save as Preset" on the OctaneRender Setup panel (and call it "C:\Users\Paul\Documents\mypreset.lxp for example). Then whenever you want that starting material, type
Code: Select all
item.presetApply "C:\Users\Paul\Documents\mypreset.lxp"
and that preset will be loaded. You could even add your own button to issue that command.
2) I didn't test this, however you could also create your template Octane material in Octane Standalone, and then save it to the LocalDb. Then to load it into your Modo scene, use
Paul