Animating in Blender: Changing the frame rate should have the option to preserve animation timing

The issue:
If you have an animation with the duration of 2 seconds at 30 fps and you change the framerate to 60 fps, Blender will keep the number of frames in the animation, changing only the playback rate. Meaning your animation that used to be 2 seconds is now 1 second long.
This makes sense in a straight forward way, but it’s not ‘smart’ in an animation workflow way of thinking.

Most other animation softwares (such as After Effects, 3ds Max, Maya, etc) preserve the animation timing when changing the frame rate. So if you have a 2 seconds animation at 30 fps and change the framerate to 60 fps, the animation will still be 2 seconds long, it just now will have twice as many frames.
I’m not mentioning other softwares to make a “that’s the standard” type of argument. I’m not saying that’s how it should be done just because other softwares do it. My argument is that most other softwares do it this way because it’s more useful most of the time.

From an animator’s point of view, this is what we want 99% of the times we change the framerate. If I animate a scene at 24 fps and then realize I need it at 30 fps, I’ll almost always want to preserve the timing of the animation I have already created.
In Blender we have to use the “time remap” function or scale all the keyframes in the animation to match the new frame rate, but that’s a messy extra step.

So in my opinion there should at least be the option to preserve timing when changing frame rate. In other words, the option to have Blender automatically recalculate the scaling of all the keyframes in the animation to keep the timing intact when changing the frame rate, like all reasonable animation softwares do.

9 Likes

I to have had this moment when i wanted to change from 24 fps to 60 because i forgot that 24 was on by default, only after i already keyframed a lot of frames.

So I’m all for adding a “Smart” change function

1 Like

Until such an option will be implemented (and if it will), something that might help:

  1. Go to the start of the animation and select all the keyframes (press “A” with mouse on timeline).
  2. Scale with the *needed amount (“S” with mouse on timeline, then input the amount)

*needed amount => 60/24 = 2.5 (to go from 24 frames to 60 frames).

This way you maintain your animation time and you can continue your keyframing.

3 Likes

Thanks… As I said in the original post, I know the work-arounds. The point of my post is that in my opinion Blender should do it automatically (or at least should have the option to do it automatically) because it’s just the way professionals expect animation and editing softwares to behave.

4 Likes

Just use the time-remapping option, and change the end-frame number. For example, say the original frame rate was 25, leave it at that, set the time remap to 25:60, and calculate the new end-frame number as 60÷25× the old one, and now your animation will be rendered at 60fps.

My batch-rendering script (part of the render-useful collection) does this for you.

And then you have to do a simulation and the time scale is completely off…

Look, as I said in my original post, I know how to do it, I’m not here looking for help on how to properly change the frame rate of an animation. This is not what this forum is for.
I’m just here to suggest to the devs that it would be a good feature to have Blender do it properly without needing the extra steps, just like every other animation software does. I don’t know what is hard to understand about that.

4 Likes

Yes please. I really want this to come to blender… would be really helpful.

2 Likes

I wonder if the Devs have been thinking anything about this ?

As today i was changing framerate of some animations and it reminded me of this thread again.

2 Likes

I don’t think so. I think a feature request would have to be made, but I don’t even know how to do that.

Maybe mention a Animation dev and bring one in this discussion.

I don’t know any. Feel free to mention them if you do.

Hi, @AleMarcati

I know this topic is a bit old, but the problematic is essential for 3D Animation Technique as well. I was looking exactly for the same feature in Blender, and a few workarounds are just too far from ideal (like employing the Time Stretching feature from the Output Properties Tab); without a video, it’s very difficult to explain why this feature is so complicated to use properly for that particular objective.

So, I’ve just watched this very insightful tutorial with that bonus at the end, explaining how to make a “Stop Motion Effect” (yes, that would be exactly what we want: a way to easily emulate different FPS Frequencies on any given, basis Frame Rate in a Animation (say, starting with 24 FPS), by changing mathematical patterns (like, repeat 1 Frame every 2 Frames: [Step Size = 2,000]) directly into the Key Frame Interpolations, so it does change Timing but doesn’t change the Length of the Animation. This can be handily achieved with this incredible Stepped Interpolation Modifier in the NLA Editor. I think this is the right feature, which should solve this problematic at last.

¡Cheers!

That’s not exactly what the original post was about, but it’s interesting too.