Forum: Poser - OFFICIAL


Subject: How do I make a surface a light?

Pagrin opened this issue on Jun 19, 2007 ยท 107 posts


jdcooke posted Thu, 28 June 2007 at 6:51 PM

And finally Stewer's Global Illumination Python script scene = poser.Scene() if (scene != None): settings = scene.CurrentFireFlyOptions() if (settings != None): settings.SetGIIntensity(0.5) settings.SetMaxSampleSize(16) settings.SetGINumBounces(3) settings.SetGINumSamples(16)