Invidia opened this issue on Oct 12, 2005 ยท 11 posts
bagginsbill posted Wed, 12 October 2005 at 11:52 AM
Poser 5 doesn't seem to have that script but Poser 6 does. Which version are you using? I assume its 6. From the main menu choose Window/Python Scripts. In the Python Scripts window click "Utility Funcs" Then click "Delete all lights". It will ask you to confirm before doing it. If you don't have it, put this in a file and run it: import poser for l in poser.Scene().Lights(): l.Delete()
Renderosity forum reply notifications are wonky. If I read a follow-up in a thread, but I don't myself reply, then notifications no longer happen AT ALL on that thread. So if I seem to be ignoring a question, that's why. (Updated September 23, 2019)