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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-02-28 03:33:57 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-02-28 03:39:54 +0400
commit11f3fc0efd02d01f0eb1f09c7088e8818b515809 (patch)
tree9b5fc41302d3f7724bf01715002a6d14421fcf98 /release/scripts
parentd7a2d2b693c7b058d268e7d008616fd9d284675c (diff)
Keymap: update 3dsmax
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/presets/keyconfig/3dsmax.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/presets/keyconfig/3dsmax.py b/release/scripts/presets/keyconfig/3dsmax.py
index c69171728b8..19f1c23b5ab 100644
--- a/release/scripts/presets/keyconfig/3dsmax.py
+++ b/release/scripts/presets/keyconfig/3dsmax.py
@@ -2149,7 +2149,7 @@ kmi.properties.quad_method = 'BEAUTY'
kmi.properties.ngon_method = 'BEAUTY'
kmi = km.keymap_items.new('mesh.quads_convert_to_tris', 'T', 'PRESS', shift=True, ctrl=True)
kmi.properties.quad_method = 'FIXED'
-kmi.properties.ngon_method = 'SCANFILL'
+kmi.properties.ngon_method = 'CLIP'
kmi = km.keymap_items.new('mesh.tris_convert_to_quads', 'J', 'PRESS', alt=True)
kmi = km.keymap_items.new('mesh.rip_move', 'V', 'PRESS')
kmi = km.keymap_items.new('mesh.rip_move_fill', 'V', 'PRESS', alt=True)