Forum: Poser Python Scripting


Subject: Working w/ a 2 column array?

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


z posted Sat, 02 May 2015 at 1:23 PM

Thanks, Struct.

That's very close to what I read online but not quite an answer to my question. Your answer assumes that I know I am on row 0 and I know how many rows there are. I won't. I want to loop.

my question is:

During a looping process how can I refer to the CURRENT row, column 1 and 2?

maybe its: 

For EachActor in ActorList:

    [EachActor].[0]SetParent([EachActor].[1])