bagginsbill opened this issue on Apr 23, 2008 ยท 2832 posts
bagginsbill posted Thu, 10 July 2008 at 8:23 AM
Quote - 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.
Yeah that makes sense. It should have no effect on PC because vssFolder will have in it, not /. And the path never begins with colon.
Renderosity forum reply notifications are wonky. If I read a follow-up in a thread, but I don't myself reply, then notifications no longer happen AT ALL on that thread. So if I seem to be ignoring a question, that's why. (Updated September 23, 2019)