2011-05-09 02:45:52 +00:00
|
|
|
# Configuration Blender
|
2010-04-14 06:45:22 +00:00
|
|
|
import bpy
|
|
|
|
|
2010-08-17 13:14:41 +00:00
|
|
|
bpy.context.user_preferences.edit.use_drag_immediately = True
|
|
|
|
bpy.context.user_preferences.edit.use_insertkey_xyz_to_rgb = False
|
2010-04-14 06:45:22 +00:00
|
|
|
bpy.context.user_preferences.inputs.select_mouse = 'LEFT'
|
2010-08-17 13:14:41 +00:00
|
|
|
bpy.context.user_preferences.inputs.view_zoom_method = 'DOLLY'
|
|
|
|
bpy.context.user_preferences.inputs.view_zoom_axis = 'HORIZONTAL'
|
|
|
|
bpy.context.user_preferences.inputs.view_rotate_method = 'TURNTABLE'
|
2011-04-28 09:52:16 +00:00
|
|
|
bpy.context.user_preferences.inputs.invert_mouse_zoom = True
|