I can't find anywhere in the Maxscript reference to do with the "use systems default gamma" when you load a bitmap into a material. I need all my bitmaps to load in as "use systems default gamma" but it uses 'use image's own gamma' instead by default. Below is my code for loading in an material and applying the material to…
Basically my script's purpose is to speed up the texture baking, since we want to use standardised settings in Vray. The script has a button which loads the gamma settings and sets the renderer to Vray with certain settings. The system is set up for gamma 2.2 images, so gamma 2.2 display, gamma 2.2 input and gamma 1.0…
you can access the 3 gamma settings in maxscript, just look in the script reference. It should give you access to the display, export, import gamma multipliers.