HDRI Wizard

Hello @phoe-nix-art,

preserving that single setting wouldn’t be much to do, just 2-3 lines of code, but looking deeper it’s a bit more complex. The reason that value changes is that HDRI-W creates a new world on first HDRI selection. After that, the world does’t change anymore.

So I’ve created a more versatile solution, that allows you to adjust which settings to copy. Just create a file config.json in:
Windows: C:/User/[USERNAME]/.hdri-wizard/
Linux/OSX: ~/.hdri-wizard/

with the following contents:

{
    "world-copy-attributes": [
        "cycles.sampling_method",
        "cycles.sample_map_resolution"
    ]
}

Version 1.1+ will copy all listed attributes in “world-copy-attributes” from the original world to the new one. You can add more settings as you like. I’ve added the Sample Map Resolution above to show how this works. You can find the settings in the UI if you’ve enabled Developer/Python tooltips:

copy-world-example

@phoe-nix-art: I will send you a PN with the new version, would be nice if you can give it a short try and report back if it works as expected. Thank you.

2 Likes