Forum: Poser - OFFICIAL


Subject: Problems with Python Scripts running in Poser 2014

hornet3d opened this issue on May 21, 2013 · 19 posts


Netherworks posted Tue, 21 May 2013 at 9:41 AM

Hey there!

For my stuff:

The updates are complete and in place and should be going out today at Runtime DNA.  Camera Panel Plus already had an update and I went ahead and fixed it for P10 at that time.

The python version hasn't changed but what my scripts look for has.  Poser 10/Pro 2014 can run "Poser 9" scripts so I just had to tell the loaders to load the version 9 script for Poser 10.

If you need a script of mine to run immediately and don't mind a few seconds of tinkering, 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

Yeah, that's pretty much it. :)

I have some other bits to add about a couple of them but I don't want this to get commercial-related.

Quote - OK so I have downloaded the new software and notice some of the python scripts and add-ons do not work.

A couple of my scripts form Netherworks do not work while a couple do.  Camers plus works but light dots and renderder dots do not neither does scripts aout launch.  In each case I have a message saying it could not load and I should check the installation.  I have downloaded the package again and re-installed but no effect.

In the add-ons Reality 3 appears to work, weel at least is loads, but trying Shaderworks Advanced library manager 2.6 appears to launch I have a box come up with the title but when I click OK there is no library.

 

I was under the impression that no changes were done in python for 2014 so what am I doing wrong?

 

.