torebjerkan
11-05-2006, 05:49 PM
Well I added a custom attribute test to my object(a joint in this case). Then the script editor echoed back this:
addAttr -ln test -at double -min 0.1 -max 1 |LHip|LKnee;
setAttr -e -keyable true |LHip|LKnee.test;
Notice the pipe characters(denoted in green color). Is this proper syntax? or is this a bug? I've run into the pipe a couple of times before in the expression editor. Then it was considered a bug. Is it still? If I was to reuse this code with pipes in a mel script would it work? If this is a bug what does the pipe characters really translate to.
addAttr -ln test -at double -min 0.1 -max 1 |LHip|LKnee;
setAttr -e -keyable true |LHip|LKnee.test;
Notice the pipe characters(denoted in green color). Is this proper syntax? or is this a bug? I've run into the pipe a couple of times before in the expression editor. Then it was considered a bug. Is it still? If I was to reuse this code with pipes in a mel script would it work? If this is a bug what does the pipe characters really translate to.
