Skip to content

Commit

Permalink
First draft of a new interaction mode and key config -- EASY MODE BLE…
Browse files Browse the repository at this point in the history
…NDER!!! Stupid name, I guess.
  • Loading branch information
BSVino committed Jan 22, 2012
1 parent eb659da commit 8878918
Show file tree
Hide file tree
Showing 2 changed files with 450 additions and 0 deletions.
15 changes: 15 additions & 0 deletions release/scripts/presets/interaction/easy_mode.py
@@ -0,0 +1,15 @@
import bpy
user_preferences = bpy.context.user_preferences

user_preferences.view.show_tooltips_python = False
user_preferences.view.use_rotate_around_active = True
user_preferences.edit.use_drag_immediately = False
user_preferences.edit.use_insertkey_xyz_to_rgb = True
user_preferences.inputs.invert_mouse_zoom = False
user_preferences.inputs.select_mouse = 'LEFT'
user_preferences.inputs.use_emulate_numpad = False
user_preferences.inputs.use_mouse_continuous = False
user_preferences.inputs.use_mouse_emulate_3_button = False
user_preferences.inputs.view_rotate_method = 'TURNTABLE'
user_preferences.inputs.view_zoom_axis = 'VERTICAL'
user_preferences.inputs.view_zoom_method = 'DOLLY'

0 comments on commit 8878918

Please sign in to comment.