I want to write a command that will paste animation relative to an existing key value.
This works, but if youre pasting in the middle of a bunch of animation, it will shift the stuff on the right over
it should paste without shifting. Any ideas?
float $currentFrame = `currentTime -query`;
pasteKey -time $currentFrame -option insert -connect 1 -timeOffset 0 -floatOffset 0 -valueOffset 0;
Thank you in advance.

