This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/release/scripts/presets/framerate/60.py
Daniel Salazar 58352e12f5 Adding Framerate preset patch by Troy Sobotka (sobotka). Small change to
make Frame Old / Frame New remapping settings always visible as they
aren't really a part of framerate settings
2011-01-25 18:30:31 +00:00

4 lines
83 B
Python

import bpy
bpy.context.scene.render.fps = 60
bpy.context.scene.render.fps_base = 1