Hi!
I have to get the .intensityType value for vray lights via maxscript. But how can I do this?
the macrorecorder is showing me this:
and
is not listing something I can use
I have to get the .intensityType value for vray lights via maxscript. But how can I do this?
the macrorecorder is showing me this:
Code:
$.normalizeColor = 4 $.multiplier = 0.069907 undefined.intensityType = 0 undefined.intensity = 11.43
Code:
show $
Comment