How do i get the intensity parameter into the curve editor?
Thanks for help!
Axel
Thanks for help!
Axel
( theLight = getNodeByName "VRayAmbientLight001" intensityCtrl = float_script() intensityCtrl.addNode "theLight" theLight intensityCtrl.SetExpression "theLight.intensity=theLight.mrII_GlobalGIPhotonMultiplier\n100" theLight.light_map_multiplier.controller = intensityCtrl )
Comment