Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

Change all keyframes

Change all keyframes

Anonymous
Not applicable
5,162 Views
2 Replies
Message 1 of 3

Change all keyframes

Anonymous
Not applicable

Hi, I have this sit idle animation downloaded from mixamo.com. I want to rotate all the keyframes by a certain number. But there are hundreds of keyframes. How do I change them all in one go?Screen Shot 2018-10-22 at 1.47.15 PM.png

0 Likes
Accepted solutions (1)
5,163 Views
2 Replies
Replies (2)
Message 2 of 3

dinofiguera
Collaborator
Collaborator
Accepted solution

Hello,

Select all of your animated bones or use this expression to select all animation curves  select -r `ls -typ animCurve`; 
(this will select ALL animations in the scene so be aware)

open the graph editor, up in the graph editor menu go to show/Select Attributes...
This will open a little window to let you focus on the curves you want to edit.

check the rotations you want to edit, in the graph editor you will now see only those curves.
select all the keyframes of the curves.

Go to the second Stats field (up - left). This is the keyframe value field.
type += and the value you want to offset to. (es +=35).

Now all the curves have a rotation offset of 35 units.
Cheers.
D

Message 3 of 3

Anonymous
Not applicable

Thank you so much! Wow...this worked!

0 Likes