Forum: Poser - OFFICIAL


Subject: Two New Free Python Scripts, all Other Scripts Updated

Dimension3D opened this issue on Feb 11, 2008 · 19 posts


Tguyus posted Thu, 24 April 2008 at 2:57 PM

Quote - The lines for the loop belong here:

def copyMorph(figure, conform):
  for f in range(scene.NumFrames()):
    scene.SetFrame(f)
    number = conform.Actors()[0].InternalName()
    number = number[number.index(':'):]
    ...

It's important to have the indention that way, so the complete current method code will be inside the loop.

It worked!  Thank you VERY much!  This is great!