forked from bartvdbraak/blender
4 lines
87 B
Python
4 lines
87 B
Python
|
import bpy
|
||
|
bpy.context.scene.render.fps = 30
|
||
|
bpy.context.scene.render.fps_base = 1.001
|