patch [#23522] UI fixing for recent Python API changes

from Filiciss Muhgue (filiciss)
This commit is contained in:
2010-08-27 22:12:59 +00:00
parent b76176faff
commit 24627daabb
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
import bpy
wm = bpy.context.manager
wm.active_keyconfig = wm.keyconfigs['Blender']
wm.keyconfigs.active = wm.keyconfigs['Blender']
bpy.context.user_preferences.view.use_mouse_auto_depth = False
bpy.context.user_preferences.view.use_zoom_to_mouse = False