1.0.0 Beta 5
Pre-release
Pre-release
Changelog:
- Prevent reflection probes from getting stuck in an always baking state: #113
- Set the cutoff version for using "children_recursive" to Blender 3.1: #114
- We had a few reports of people having the compositor enabled for some purpose and that affecting the reflection probes baked. Now the compositor is disabled by default when baking and we have added an option to enable it if needed: #115
- Remove unneeded "soft_min" and "soft_max" parameters: #116
- Fix typos, improve docs, and remove trailing periods: #117
- Hubs requires colors in sRGB but we were exporting linear so in most cases scenes exported until now weren't looking exactly the as they should in Hubs and the colors were somehow slightly "shifted". Now we convert colors to sRGB at export time and they should look exactly as in Blender: #130
- Baking reflection probes doesn't work after changing tmp_path in the preferences: #133
- Networked ids were not unique for every object. Now we generate networked id at export time that fixed that issue and also issues when generating network ids when duplicating objects. This : #135 #137