Forum: Poser Python Scripting


Subject: is there a list of changes

shedofjoy opened this issue on Sep 12, 2012 · 5 posts


shedofjoy posted Wed, 12 September 2012 at 4:10 AM

Is there a list of changes between each version of poserpython? i ask this as i would like to attempt to update some if my older python scripts to work with poser pro2012, so far google has only shown me everything but a list of changes, thankyou all for any help.

Getting old and still making "art" without soiling myself, now that's success.


shedofjoy posted Wed, 12 September 2012 at 4:12 AM

er,just incase that was vague, by list i mean what in the scripting has altered from the older versions to the lastest.

Getting old and still making "art" without soiling myself, now that's success.


PhilC posted Wed, 12 September 2012 at 7:41 AM

Best way is to run poserScriptsdocumentation.py for each version and compare the resulting text files.


shedofjoy posted Wed, 12 September 2012 at 8:28 AM

thanks philc, will give that a go

Getting old and still making "art" without soiling myself, now that's success.


markschum posted Wed, 12 September 2012 at 11:33 AM

There was a section for each python version which listed the changes from previous versions.   Up to Poser 7 I think its python 2.4 and after that python 2.7. Also check deprecated functions.

 

The main change I found is in tkinter where cols went to columns or maybe the other way around.