Wed, Feb 26, 5:25 AM CST

Renderosity Forums / Poser - OFFICIAL



Welcome to the Poser - OFFICIAL Forum

Forum Moderators: RedPhantom

Poser - OFFICIAL F.A.Q (Last Updated: 2025 Feb 24 11:54 pm)



Subject: Help with VSS on Mac P7 SR2


bagginsbill ( ) posted Thu, 14 January 2010 at 8:00 PM · edited Wed, 26 February 2025 at 5:18 AM

bloodboy is experiencing the inability to make the VSS buttons do anything with Mac P7 SR2. I sort of remember IsaoShi had this problem, and we were working on a solution, but SR3 fixed it.

bloodboy is on the German version, and there may or may not be an SR3 for that. Also, some people say SR3 causes other problems for them, unrelated to VSS, so I don't want to force him to use it.

But I can't for the life of me remember what the workaround was. Does anybody have it?


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)


mamba-negra ( ) posted Thu, 14 January 2010 at 9:38 PM

ugh, I even had to do this, but I've long since been on SR3, even though it's slower than SR2.

Does opening up the "package" contents and placing the script inside there sound right? Maybe is was a path problem.


Miss Nancy ( ) posted Thu, 14 January 2010 at 10:27 PM · edited Thu, 14 January 2010 at 10:31 PM

file_446467.png

I would advise against editing poser pkg contents (see att img fr p8 pkg contents) but maybe p7 has wrong version in pythonextensions.

maybe bloodboy needs to put vss runtime into poser7/downloads and then add said runtime;
deep search in prefs.  I don't have p7 sr2 installed.



raburii ( ) posted Fri, 15 January 2010 at 3:09 AM

I was able to get the VSS "Synchronize" script to work in SR1 by selecting "Run Python Script" from the menu and then choosing wacro1.py from the VSS folder.  I think I learned that from one of the threads here.



IsaoShi ( ) posted Fri, 15 January 2010 at 3:54 AM · edited Fri, 15 January 2010 at 4:02 AM

I eventually got it working on Mac P7 SR2 by changing a line of code in vssui.py. I'll see if I can find it again.

I can't say it's a definitive fix for whatever problem he has, but it's worth a try.

Edit:

Found it, I think. The first line below is the commented-out original, the second line is my replacement. It's just before half way through the script, in "class Wacros(object)". I struggled for ages to get to the bottom of this issue and just got it working when SR3 made my fix redundant.

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

"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)


bagginsbill ( ) posted Fri, 15 January 2010 at 6:15 AM

That was it - I remember it now. Thanks Izi.


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)


eltoro3D ( ) posted Fri, 15 January 2010 at 7:10 AM

 @all Thanks a lot for helping me out .. I try it out as soon as possible


eltoro3D ( ) posted Mon, 18 January 2010 at 2:52 AM

 @ I tryed it out .. but no success at all :( 
I changed the script ..but suddenly if itry to hit the button .. I´ll get a error message :(

If I had much more time I would aprreciate it


estherau ( ) posted Mon, 18 January 2010 at 4:18 AM

 I remember what the problem with the Sr3 was in poser 7.  that was when absolute paths became relative, which meant some softwares couldn't import the Pz3 anymore without asking to locate every little thing.
Love esther

MY ONLINE COMIC IS NOW LIVE

I aim to update it about once a month.  Oh, and it's free!


bagginsbill ( ) posted Mon, 18 January 2010 at 5:48 AM

Well the bug here was that legal paths using slashes '/' were not understood by the Poser Python buttons window. They had to be changed to colon ":'.

If bloodboy is getting an error now, it is probably because he didn't type it exactly. Zero spelling errors are tolerated by computer programming languages, and in Python even the blanks in front of the text have to be correct. Indentation means something in Python.


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)


Privacy Notice

This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.