Create extensive Render Presets in a specific folder (can be on a shared drive) and apply them on the fly.
This addon also supports applying render preset through python (background script in a pipeline for example).
Change default preferences folder to addon user folder
This extension requests the following permission:
Reading and writing json preset files in a user-defined location
thanks for the kind words
yes of course, you can go to your preferences folder (you can find the path in the addon preferences panel). All presets are here in json format.
Just copy them to another Render Preset preference folder to make them available on another machine.
On a work environment, you can also points this folder to a shared driver to make presets available to all the production for example.
Hope this answers your question !
Can you set up a folder path that sets the render path like cinema 4D, ‘Render/$prj/$prj’ or something like that?
Hi, you can set the filepath property (datablock is scene.render.filepath, but you can just search for filepath) and from here you can use blender relative file notations (// means current blend folder for example, see here : https://docs.blender.org/manual/en/latest/files/blend/open_save.html#files-blend-relative-paths) Blender does not support environment variable in filepath like $HOME and so on.
Hope this answers your question, cheers !
Hi! Very useful add-on, is it possible to share your presets with other people you are working on, if so how?