Forum: Poser Python Scripting


Subject: Exporting posed and premorphed figure to modeller

adp001 opened this issue on Nov 28, 2020 ยท 39 posts


adp001 posted Tue, 08 November 2022 at 3:57 AM

If you prefer to use the version you used before, mark line 33 as a comment (insert "#" as the first character of the line):

old: reload(im_export)
new: # reload(im_export)

Do so with all lines starting with "reload" if required.