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).
This extension requests the following permission:
Reading and writing json preset files in a user-defined location
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 !
Very helpful addon! I also wanted to ask if this is compatible with Per-Camera Resolution?
thanks for the kind words ! For now, Render Preset is not aware of properties specific to Per-Cam addon, i could take a look if i have some time, it would be great to do a feature request on the github if you want :) https://github.com/samytichadou/render_preset_blender/issues/new
Can you set up a folder path that sets the render path like cinema 4D, ‘Render/$prj/$prj’ or something like that?