Hi, I’m stumped on how to switch the active light.
With materials, tools, alphas, and textures, I have an ItemInfo member that lets me retrieve and set the active material/tool/etc.
However, with lights I don’t have such a thing. I thought I could simply retrieve the button states of each light, but then I found out that the buttons all have the same interface path! All 8 buttons have the path, ‘Light:Light Switch’ and I can’t activate/query specific ones through IPress and IGet.
Perhaps I can access the specific ones through a window ID? If so, I’m stumped on how to retrieve windows IDs. Someone posted earlier that it can be displayed under preferences/utilities, but I don’t see it.