How do i get the intensity parameter into the curve editor?
Thanks for help!
Axel
Thanks for help!
Axel
IMPORTANT Chaos License Server update January 28th 2025.
If you have not yet updated your License Server to version 6.1 or above and are unable to access your license please follow these simple instructions HERE.( 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