Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
3d:animating [2025/04/10 22:29] – [Animating Loops] mh | 3d:animating [2025/04/10 22:51] (current) – [Animations] mh | ||
---|---|---|---|
Line 6: | Line 6: | ||
Same works for **'' | Same works for **'' | ||
+ | |||
+ | When scaling down a set of keyframes, be aware that the spacing between the keyframes might change. Once that's set, scaling them back up will conserve the new spacing and not revert automatically back to the old one. For this reason, it's best to scale up/down to a multiple of the original duration (eg. 24frames with keyframes every 3 frames scales well down to 16 but not to 12) | ||
**Children** inherit the animations of their **parents** but can have animations of their own. | **Children** inherit the animations of their **parents** but can have animations of their own. | ||
Line 109: | Line 111: | ||
When animating loops, put the first keyframe on frame 0 not on frame 1, because when the loop occurs on the last frame it will jump back to frame 1 and not repeat the same keyframe. | When animating loops, put the first keyframe on frame 0 not on frame 1, because when the loop occurs on the last frame it will jump back to frame 1 and not repeat the same keyframe. | ||
- | When animating symetric rigs on loops, it can be handy to get a first keyframe in, copy it to the end, and halfway through copy a flipped keyframe pose with **'' | + | When animating symetric rigs on loops, it can be handy to get a first keyframe in, copy it to the end, and halfway through copy a flipped keyframe pose with **'' |