shadowmage45 / TUFX

Textures Unlimited Special Effects
Other
24 stars 10 forks source link

Colour grading 'Gamma' value does not load from profile config file #24

Closed bysamjiang closed 2 years ago

bysamjiang commented 3 years ago

Hello there! I noticed that the gamma values were not being read from the TUFX profile config file — it was quite frustrating to manually enter it each time, but fortunately (especially as I don't code), I did find the reason why and also a fix.

Solution: There is a missing line in Plugin\TUFX\PostProcessing\Effects\ColorGrading.cs. This needs to be added after Line 419: loadVector4Parameter(config, "Gamma", gamma);

brihernandez commented 3 years ago

I've come across the same exact issue. Gamma seems to save correctly when exported, but does not load.

JonnyOThan commented 2 years ago

Fixed in 75902a1