craigs
04-30-2009, 09:24 PM
I have two duplicate bound geo, with same joints, one animated, one not, and am
trying to copy/paste keys from animated one to the other.
I have two array variables, one with animated joints, and the other.
run a script
for($i=0;$i<size($animJnts);$i++)
{
copyKey $animJnts[$i];
pasteKey $targetJnts[$i];
}
doesn't error, but doesn't copy animation across, can anybody help?
trying to copy/paste keys from animated one to the other.
I have two array variables, one with animated joints, and the other.
run a script
for($i=0;$i<size($animJnts);$i++)
{
copyKey $animJnts[$i];
pasteKey $targetJnts[$i];
}
doesn't error, but doesn't copy animation across, can anybody help?
