rustymclellan
10-22-2005, 08:18 PM
Hey guys, I'm attempting to complete this ball rigging tutorial (http://lichiman.aniguild.com/). When I use this section of the code :
connectAttr -force multiplyDivide1.outputX ball.scaleY;
connectAttr -force multiplyDivide1.outputY ball.scaleX;
connectAttr -force multiplyDivide1.outputY ball.scaleZ;
When I input this code into the script editor, the ball completely disappears. If I put one line in at a time, the ball becomes squashed, when I input the first 2 it becomes a 2d flat object, and then the third makes it disappear entirely. Any suggestions as to why this sort of thing would be happening?
connectAttr -force multiplyDivide1.outputX ball.scaleY;
connectAttr -force multiplyDivide1.outputY ball.scaleX;
connectAttr -force multiplyDivide1.outputY ball.scaleZ;
When I input this code into the script editor, the ball completely disappears. If I put one line in at a time, the ball becomes squashed, when I input the first 2 it becomes a 2d flat object, and then the third makes it disappear entirely. Any suggestions as to why this sort of thing would be happening?
