Forum: Poser Technical


Subject: Here's a simple .lt file to switch lights on

maclean opened this issue on May 09, 2005 ยท 8 posts


maclean posted Mon, 09 May 2005 at 3:52 PM

No idea if this is useful to anyone. I made it up today because poser was annoying me by switching lights off. If you use light presets, poser will switch off any lights not referenced in the preset. This switches them back on again. ----------------------------------- { version { number 4.01 } light LIGHT1 { lightOn 1 } light LIGHT2 { lightOn 1 } light LIGHT3 { lightOn 1 } } ------------------------------------ Copy it and save it with an .lt extension. It's for three lights, but you can copy/paste this section light LIGHT3 { lightOn 1 } and change the number to 4, 5 , 6, etc, for as many lights as you need. All it does is switch the remaining lights back on. Nothing else. mac