Hello,
I have changed this part of the code (V0.06):
CorLight.colorMode = orignLight.color_mode
CorLight.blackbodyTemperature = orignLight.color_temperature
CorLight.sphereRadius = orignLight.size0
CorLight.rectangleHeight = 2*orignLight.size1
CorLight.rectangleWidth = 2*orignLight.size0
CorLight.rectangleDirectionality = orignLight.lightDistribution
for it:
CorLight.colorMode = orignLight.color_mode
CorLight.blackbodyTemperature = orignLight.color_temperature
--CorLight.sphereRadius = orignLight.size0
CorLight.rectangleHeight = 2*orignLight.size1
if CorLight.type==0 then
CorLight.rectangleWidth = orignLight.size0
else
CorLight.rectangleWidth = 2*orignLight.size0
CorLight.rectangleDirectionality = orignLight.lightDistribution
and now it works...
EDIT: I did not see that there was a version 0.007 that existed. So my message is no longer needed ! There are still just the problem with the diameter of the spheres...