Forum: Poser - OFFICIAL


Subject: VSS Skin Test - Opinions

bagginsbill opened this issue on Apr 23, 2008 · 2832 posts


bagginsbill posted Wed, 02 July 2008 at 9:42 PM

Isaoshi reports this from my button info. Anybody here understand Mac path issues? These look unix-like to me. Are they just like unix? I thought the Mac path separator was colon, and that a Mac leading colon is the opposite of a PC-Unix leading /. In Mac land a leading colon means it's a relative path, whereas in PC-Unix a leading / means it's an absolute path.

So is Poser thinking these are relative paths or absolute paths? Because they are absolute paths, right? I didn't make these paths - Poser did when I asked it to. The code also has to generate the actual macro files, and we know it does that in the right place.

I need somebody who understands Mac path interpretation to explain the problem to me here because I just don't see it.

 

script button 1: 'Synchronize'

        invokes: '/Applications/Poser 7/Runtime/Python/vss/macro1.py'

script button 2: 'Render'

        invokes: '/Applications/Poser 7/Runtime/Python/vss/macro2.py'

script button 3: 'Designer...'

        invokes: '/Applications/Poser 7/Runtime/Python/vss/macro3.py'

script button 10: 'Poser Main Buttons'

        invokes: ':Runtime:Python:poserscripts:mainButtons.py'


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)