diff options
author | Owl <isaclien9752@gmail.com> | 2025-08-22 00:15:50 -0400 |
---|---|---|
committer | Owl <isaclien9752@gmail.com> | 2025-08-22 00:15:50 -0400 |
commit | 51077c2fe8c160743a67303fb516126bb98afff7 (patch) | |
tree | 3cd3ccce7ab529c259b8796d22e4a56b3e03a9d8 /basic_settings.py | |
parent | ef4d0e08b2d312bcf3034aa3ae48436f5d8b56a5 (diff) | |
download | blenxy-51077c2fe8c160743a67303fb516126bb98afff7.tar.gz blenxy-51077c2fe8c160743a67303fb516126bb98afff7.zip |
changes until now - test
Diffstat (limited to 'basic_settings.py')
-rw-r--r-- | basic_settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic_settings.py b/basic_settings.py index 96b9b07..8f41ec5 100644 --- a/basic_settings.py +++ b/basic_settings.py @@ -88,6 +88,6 @@ scene.frame_preview_start = 0 scene.frame_current = 0 scene.frame_preview_end = 100 bpy.context.user_preferences.view.use_mouse_depth_navigate = True -bpy.context.user_preferences.view.use_zoom_to_mouse = True +# ~ bpy.context.user_preferences.view.use_zoom_to_mouse = True print("Done with the basic settings!\n") |