How can I access all the parameters inside VRayColor map with Maxscript, like the gamma value? And how do I set the color values? Is there somewhere where I can find all these specific maxscript commands?
Announcement
Collapse
No announcement yet.
VRayColor and Maxscript
Collapse
X
-
Originally posted by trick View PostHow can I access all the parameters inside VRayColor map with Maxscript, like the gamma value? And how do I set the color values? Is there somewhere where I can find all these specific maxscript commands?
Code:meditMaterials[1]=VRayColor() showproperties meditMaterials[1]
Code:.color_mode : integer .temperature : float .red : float .green : float .blue : float .rgb_multiplier : float .alpha : float .color : color .color_gamma : float .rgb_primaries : integer .gamma_correction : integer .gamma_value : float
-
I wrote a simple thread here, feel free to have a look!Lele
Trouble Stirrer in RnD @ Chaos
----------------------
emanuele.lecchi@chaos.com
Disclaimer:
The views and opinions expressed here are my own and do not represent those of Chaos Group, unless otherwise stated.
- Likes 1
Comment
Comment