summaryrefslogtreecommitdiff
path: root/blenxy_settings_stuff.py
diff options
context:
space:
mode:
Diffstat (limited to 'blenxy_settings_stuff.py')
-rw-r--r--blenxy_settings_stuff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blenxy_settings_stuff.py b/blenxy_settings_stuff.py
index 0c5602c..9636522 100644
--- a/blenxy_settings_stuff.py
+++ b/blenxy_settings_stuff.py
@@ -95,7 +95,7 @@ print("\nExtra stuff to set...")
bpy.context.scene.world.light_settings.use_environment_light = True
# set framerate (SMG runs at 59.94 fps in THP videos)
-# need to check if it is the same for BCK animations
+# BTP animations do run (or at least ideally run) at an aproximate of 60fps
bpy.context.scene.render.fps = 60
bpy.context.scene.render.fps_base = 1.001