diff options
author | Owl <isaclien9752@gmail.com> | 2025-08-28 18:38:44 -0400 |
---|---|---|
committer | Owl <isaclien9752@gmail.com> | 2025-08-28 18:38:44 -0400 |
commit | 022c1f7529a364929b9595a80229cb5bf95b43fe (patch) | |
tree | d65c329ac925d164e694ae1437953998b6a024c5 /basic_settings.py | |
parent | f4ff299e4e073b71495a3e2a385fa96d65fb6f80 (diff) | |
download | blenxy-022c1f7529a364929b9595a80229cb5bf95b43fe.tar.gz blenxy-022c1f7529a364929b9595a80229cb5bf95b43fe.zip |
fixed a few things with rotations/superbmd collada exporting
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 49df15f..c1036ef 100644 --- a/basic_settings.py +++ b/basic_settings.py @@ -84,7 +84,7 @@ def register(dummy): 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_mouse_depth_navigate = True # ~ bpy.context.user_preferences.view.use_zoom_to_mouse = True print("Done with the basic settings!\n") |