Change Light Image file
DraagonStorm
Posts: 748
I'm able to loop thru objects (like primitives, clothing, etc.) to get the image files for surface properties like Diffuse Color... But am not able to use the same loop for lights. Object is undefined.
I have a light that has a gel image, and I want to change that image in a script. How would I loop thru the parameters checking to see if it is Mappable, and if it is Mapped?
Comments
Look at the Node Properties sample.
-Rob
Thank you.... That did the trick!