PDA

View Full Version : stretchy legs


SDIT
10-13-2004, 08:40 PM
i am finishing the stretchy-leg setup from the Inside Maya Book, but everytime I try to switch the plusMinusAverage1 node function from sum to substract, before making any connections, i get a runtime error and Maya crashes.... !*&^@&*^

I tried connecting and then switching function... same deal....

any ideas?

SDIT
10-14-2004, 06:24 PM
I was told an alternative workaround on another board. I wanted to share it just in case somebody else runs into the same predicament. (This happened on Maya v 6.0):

Use the Channel Control and make the attribute keyable and imput through the channel box.

OR

Use mel:

setAttr "plusMinusAverage1.operation" 0; //for no operation
setAttr "plusMinusAverage1.operation" 1; //for sum
setAttr "plusMinusAverage1.operation" 2; //for subtract
setAttr "plusMinusAverage1.operation" 3; //for average


Both ways worked for me.
Cheers!

dudders
10-14-2004, 06:28 PM
I think this was one of the fixes in 6.01

SDIT
10-14-2004, 06:36 PM
I think this was one of the fixes in 6.01
good! I need that freggin upgrade :thumbsup:

CGTalk Moderation
01-19-2006, 12:00 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.