Greg Zaal
Greg Zaal
Good idea, but I'd rather make it separately customizable since there can possibly be multiple HDRI folders, and someone may want to have the data folder somewhere else instead like...
The best way to implement this would be to first have a templates system (#10), and then store each snapshot as a temporary template.
See #53
Good idea :) Related to #10 and #17, but specifically for HDRIs only.
Implemented in d857d35efa1acc94f033c65abb0d14e834a348f5 (will be part of the next release).
The way Gaffer currently has the data folder configured and used, it's not possible to change this via a user preference (the data folder is read before the add-on registers...
In the next release, Gaffer's HDRI settings will be stored in the World object instead of the Scene, so you can have multiple Worlds with different HDRI settings. Thus you...
This is not very trivial to implement and I haven't had any feedback or feature requests like this since.
Hi there, sorry for the troubles. I'm unable to reproduce this problem following your instructions, everything seems to be working fine to me. Perhaps your files are corrupt somehow? Perhaps...
Due to the way that collections and collection instances work in Blender, this is not very trivial to implement without significant performance hits (iterating over every object for every draw...