Forum: Poser Python Scripting


Subject: Working w/ a 2 column array?

z opened this issue on May 02, 2015 · 8 posts


bagginsbill posted Sat, 02 May 2015 at 4:16 PM

I always go for less typing. The iterator can split your pairs for you.

for a, b in yourlist:

   a.SetParent(b)


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)