How to get a lists of objects that are on an inactive layer of a scene ??? with Python…
Can’t find layer manipulation functions…
Trying to make a slideshow out of multiple plane with images textureed to planes, placed on layer 2
In layer 1, on delay, call a script to select addObject property on next plane object (that is on layer 2)
Since I hope to make this generic, I want to list all available plane that are on layer 2, by name pattern (str(“plane”)+str(nextPlane)), where nextPlane is a property being updated each time until the last is gotten…
Maybe I’m not clear - but I’m in haste (still 3 days to complete 12 week game project (and yes I know I’m late…))
Thanks