Welcome to mirror list, hosted at ThFree Co, Russian Federation.

3dsmax.py « interaction « presets « scripts « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 681aa4ab4b791586cb39e29a95c85e73918fd9f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Configuration 3dsmax
import bpy

bpy.context.user_preferences.edit.use_drag_immediately = False
bpy.context.user_preferences.edit.use_insertkey_xyz_to_rgb = False
bpy.context.user_preferences.view.use_auto_perspective = True
bpy.context.user_preferences.view.use_quit_dialog = True
bpy.context.user_preferences.inputs.select_mouse = 'LEFT'
bpy.context.user_preferences.inputs.view_zoom_method = 'DOLLY'
bpy.context.user_preferences.inputs.view_zoom_axis = 'VERTICAL'
bpy.context.user_preferences.inputs.view_rotate_method = 'TURNTABLE'
bpy.context.user_preferences.inputs.invert_mouse_zoom = False