Forum: Poser Python Scripting


Subject: Converting scripts for PP2012?

lesbentley opened this issue on Mar 19, 2012 · 25 posts


lesbentley posted Mon, 19 March 2012 at 11:41 AM

@bagginsbill

I tried the edit you sugested

dg=SpawnCharacterDialog(poser.Scene().CurrentFigure())

dg.Show()

On running the script I got:

  File "C:Poser Pro 2012RuntimePythonposerScriptsScriptsMenuSC-Test-01.py", line 375
    dg=SpawnCharacterDialog(poser.Scene().CurrentFigure())
     ^
IndentationError: expected an indented block