forked from bartvdbraak/blender
4 lines
83 B
Python
4 lines
83 B
Python
|
import bpy
|
||
|
bpy.context.scene.render.fps = 60
|
||
|
bpy.context.scene.render.fps_base = 1
|