Hello! I have a little script that checks Gamma on/off on script open:
on MyRollout open do
(
if IDisplayGamma.colorCorrectionMode == #gamma then
(
EnbGamma.checked = true
)
else
(
EnbGamma.checked = false
)
)
but how to do the same check on new scene load?
regards
By chooj · 2015-09-04
miauu · 2015-09-04