Your model has an unrealistically high IOR of 2.0, the default is 1.55. I adjusted some parameters to make it closer to your desired look. Notably, I changed the Transmission, which is a parameter…
This difference in behaviour is due to 2 reasons:
- The ratio to convert from energy to radiance was wrong in 3.6, there was a factor of pi/4 missing and is corrected in 4.0 (482211b7e0). The…
There is some known issue with the energy conservation, basically the Huang model is overestimating the total internal reflection and thus darker than it should be.
I can put aside some time…
@lloydmarquart I went to Activity Monitor -> Window -> GPU History and the memory usage peaked.
@lloydmarquart motion blur requires additional memory to store positions and normals, so that might be the same issue. Is it possible that you share the blend file that you are using?
You can use PROP_DISTANCE
instead of PROP_NONE
, and remove the "(in meters)"
You don't need to say (in degree) because if the property is set to PROP_ANGLE
, a degree symbol ° is already shown in the UI.
I don't the longitude needs hard limits, see https://wiki.panotools.org/index.php?title=Cylindrical_Projection
It can however be used to display more than 360 degrees horizontally: scanning…
I believe it's a problem with library update. I checked out 0b0e0601a14d07ab9efe501f02d1778c825c64a4 and did svn up -r63595
in lib/darwin_arm64
then it worked. The results are a bit off but…
About recommendation in the message, because light tree is enabled by default now, if the user still chooses to use light distribution that must be for a reason. Also there might be cases where…
RNA_def_property_ui_range()
is where you put the soft limit.