Forum: Poser - OFFICIAL


Subject: VSS Skin Test - Opinions

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


IsaoShi posted Thu, 10 July 2008 at 4:47 AM

bb - the following code in vssui.py works on Mac / Poser 7 and should still work on PC (any Poser version). The first line is the commented-out original:

#call = os.path.join(vssFolder, self.pyfileFmt % (i+1))
call = os.path.join(vssFolder, self.pyfileFmt % (i+1)).replace("/",":")

if call[:1] == ':' : call = call[1:]

I've tested this with the vss folder in another location (outside of any Runtime) and it works fine.

Someone will need to test that this still works okay on Mac / Poser 5/6.

"If I were a shadow, I know I wouldn't like to be half of what I should be."
Mr Otsuka, the old black tomcat in Kafka on the Shore (Haruki Murakami)