@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.
Ah yes, these values need to be the same as in the DNA. The soft limit is defined in the RNA.
I was considering error out in this case, but I think it’s not an error from the user’s side but our limitation, so it might be better to just render something even if it’s wrong, but the…