EightBit
08-07-2009, 07:55 AM
Can someone see why this error is occurring?
getAttr $joint2.tx;
// Result: 0 //
getAttr Boxy.tx;
// Result: 0 //
getAttr Boxy.translateX;
// Result: 0 //
connectAttr -f Boxy.tx $joint2.tx;
// Error: line 1: Invalid object or value: .tx //
connectAttr -f Boxy.translateX $joint2.translateX;
// Error: line 1: Invalid object or value: .translateX //
Thanks much.
getAttr $joint2.tx;
// Result: 0 //
getAttr Boxy.tx;
// Result: 0 //
getAttr Boxy.translateX;
// Result: 0 //
connectAttr -f Boxy.tx $joint2.tx;
// Error: line 1: Invalid object or value: .tx //
connectAttr -f Boxy.translateX $joint2.translateX;
// Error: line 1: Invalid object or value: .translateX //
Thanks much.
