Announcement
Collapse
No announcement yet.
Why do different versions of VRay load the same 3dl file with huge color differences
Collapse
X
-
Hi 123456_, this difference is caused by a fixed issue in the way the Lookup Table layer is applied to the final result. Unfortunately, we missed the issue in our changelog, so it was not reported and we will correct that.
Some details regarding the actual issue. Before the fix, the lookup table transformation did not properly apply the reverse color space transformation after the lookup table was applied. So in the case you have shown, the lookup table is properly applied in "log" space, but the image then remains in "log" space, instead of being transformed back to linear so its display correction may be applied properly afterwards. That being said, the only mode of the lookup table that has not been affected, is when it is selected to "Work in linear", because no color space transformations are performed before or after the lookup table is applied.
So to summarize - the results in V-Ray 6.1 was wrong, in case "Work in log" or "Work in sRGB" was used for the lookup table. Sorry for the inconvenience this might have caused you.
-
Originally posted by deyan.hadzhiev View PostHi 123456_, this difference is caused by a fixed issue in the way the Lookup Table layer is applied to the final result. Unfortunately, we missed the issue in our changelog, so it was not reported and we will correct that.
Some details regarding the actual issue. Before the fix, the lookup table transformation did not properly apply the reverse color space transformation after the lookup table was applied. So in the case you have shown, the lookup table is properly applied in "log" space, but the image then remains in "log" space, instead of being transformed back to linear so its display correction may be applied properly afterwards. That being said, the only mode of the lookup table that has not been affected, is when it is selected to "Work in linear", because no color space transformations are performed before or after the lookup table is applied.
So to summarize - the results in V-Ray 6.1 was wrong, in case "Work in log" or "Work in sRGB" was used for the lookup table. Sorry for the inconvenience this might have caused you.
Comment
Comment