I would like to have the same Redshift Light setup from Maya, in Houdini.
First I created a simple Maya script that copy's the RSlight attributes like intensity etc and places it in a .txt
Now in houdini, I want to create RSlights on the same position, with the same attributes.
The text file will look something like this '''[rslight1(x,y,z, 100 # intensity)rslight2(x,y,z, 50 # intensity)]'''
How would I approach this in Houdini?
My thanks