Forum: Poser - OFFICIAL


Subject: attn bagginsbill - procedural bruising?

PapaBlueMarlin opened this issue on Aug 18, 2006 · 87 posts


bagginsbill posted Tue, 22 August 2006 at 7:27 AM

DR:

It just occured to me that you might be using SR3? If so, there is a problem with the original Parmatic. SR3 changed some Poser's python callback events. They actually fixed a bug, a bug that I had worked around by looking for a different event than I should be using. If you're using SR3, do the following.

  1. Open Parmatic.py in a text editor.
  2. Find the line that looks like this:
  3. if( (iEventType & poser.kEventCodeKEYSCHANGED) != 0):
  4. Replace the word kEventCodeKEYSCHANGED with kEventCodePARMCHANGED
  5. Save Parmatic.py

Now run that.

 

 


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)