string $keysList[] = sort (`keyframe -q -n`);
int $sizeOfList = size($keysList);
float $addTime=10;
int $count = 0;
for ($count=0; $count<$sizeOfList; $count++)
{
keyframe -e -r -tc $addTime $keysList[$count];
}
큰기러기 노는 곳 (HongRakwon) by JSHONG.Script