Forum: Poser Python Scripting


Subject: Add lights to a scene lt2-not replace via script

grichter opened this issue on Dec 08, 2012 · 7 posts


semidieu posted Mon, 10 December 2012 at 2:32 PM

Adding a light isn't that easy... I made it possible by saving the current light settings in a temporary file, merge the new ligh lt2 file with the temporary version (there are things to take care of...) and then load the merged file...

 

If someone has a better verison - let me know!