string $keysList[] = sort (`keyframe -q -n`);
float $newStartTime = 40; //시작지점 frame 값 입력//
float $firstOfKey = `findKeyframe -which first`;
float $intervalTime = $newStartTime - $firstOfKey;
int $count = 0;
int $sizeOfList = size($keysList);
for ($count=0; $count<$sizeOfList; $count++)
{
keyframe -e -r -tc $intervalTime $keysList[$count];
}
바빠서 UI 만들시간은 없고 그냥 명령 라인만..