Forum: Poser - OFFICIAL


Subject: Upgrading to Poser 11.2 and Keeping PP2014

contedesfees opened this issue on Sep 18, 2019 ยท 64 posts


Azath posted Fri, 27 December 2019 at 7:27 AM

pyton script adaptions For PP 2014 >>

open the relevant script from the "ScriptsMenu" subfolders using Notepad ++ (or similar) and under:

ver = int(ver)

insert (on a new line):

if ver >= 10: ver = 9

This works for all Netherworks Pytons might also work for other versions