Forum: Poser - OFFICIAL


Subject: VSS Skin Test - Opinions

bagginsbill opened this issue on Apr 23, 2008 ยท 2832 posts


adp001 posted Fri, 04 July 2008 at 5:24 AM

The rule is: Don't use os.path.join( ... ) when creating pathes for "Poser-Python-Buttons". Buttons are executed via poser.ExecFile( ... ). This functions needs colon-seperated pathes on all plattforms.

os.path.join( .. ) seperates pathes with what is stored in os.sep. This is mostly "/" in newer Python versions, because this Unix like path-seperator is known by allmost any OS.