Forum: Poser Python Scripting


Subject: Parsing Class for Poser files - Comments/Suggestions

tromnek opened this issue on Jan 06, 2005 ยท 11 posts


duckmango posted Fri, 07 January 2005 at 3:26 PM

So let's see if I'm following the code correctly: If I want to, for instance, just count the number of times 'targetGeom' occurs in a pose file, I would create a linked list (actor->channel->parameter) plus associate a counting routine for the 'dosomethingimportant' method in the parameter node, right?