It is quite common to high framerate video with modern cameras. To make it easier to edit this footage new framerate presets are added and the soft limit increased. Note there is a bug with preset ordering, Blender thinks "120" goes before "24" this bug needs to be fixed before these changes can be merged. Differential Revision: https://developer.blender.org/D10553
4 lines
84 B
Python
4 lines
84 B
Python
import bpy
|
|
bpy.context.scene.render.fps = 240
|
|
bpy.context.scene.render.fps_base = 1
|