i want to ask, when ball 1 translate x conncet to plusminusaverage input1d(0)
then ball 2 connet to input1d(1), but input1d(1) not appear??
thank you for reply
That is because "input2" is a two parameters node, so you can only connect node which has two parameters to it. you will have better idea of input2 and input3 if you load the +/- average into connection editor, select "show readable" under "right/left display".
sorry!! i dont understand.
beucase i try it, when i use pshere1 connect to input2, but no response. why??
when form input change output, after i click the readable button .
why???
thank you for reply.
you could try to use mel script to connect the ball2.tx to input1d[1]. Open the script editor, and then type:
connectAttr -force ball2.translateX plusMinusAverage1.input1D[1];
eidosyam, I'm sorry I didn't read your post carefully. input1 has only ONE parameter input meaning you can only connect one parameter to it. That means input has only input1d[0] no input1d[1] or input1d[2] by default.
Of cource, you can use the melscript Vectoreffects written to force ball2.tx connect to input1d[1] (or even input1d[100]), but maya will not use it. My question to you is, what are you trying to do? Why do you neet to have ball2.tx connect to input1d[1]?