3dsmax pop-up dialog : Gamma : wks mode only in Max2010+ only…
[code]# Handle Autodesk 3dsMax2010+ “File Load: Gamma & LUT Settings Mismatch” dialog in workstation mode
Do you want to: “Adopt the File’s Gamma and LUT Settings?”
self.AddPopupHandler( “.File Load: Gamma & LUT Settings Mismatch.”, “Adopt the File’s Gamma and LUT Settings?;OK” )[/code]
Thanks Mike! We’ll add this to the next release.
Cheers,
Make that 2 pop-up handlers required…!!
[code]# Handle 3ds Max “gamma/LUT correction” dialog in workstation mode
“Do you want gamma/LUT correction to be ENABLED to correspond with the setting in this file?” Yes or No
self.AddPopupHandler( “.3ds Max.”, “Yes” )[/code]
(I think this second one appears if its a legacy Max file being opened, ie: pre Max2010)
Mike
Thanks Mike! We’ll add that one too.
Ulfmir
5
Hello guys,
Could we use this code to avoid gamma mismatch pop-up every time we open max with different gamma setup?