scene = poser.Scene() lights = scene.Lights() for light in lights: actor = scene.CurrentActor() geee = light.LightType() geff = light.SetLightType(poser.kLightCodeSPOT) gegg = light.SetParent(actor) gehh = light.SetLightType(geee) scene.DrawAll()