[Bf-blender-cvs] [11f3fc0] master: Keymap: update 3dsmax

Campbell Barton noreply at git.blender.org
Fri Feb 28 01:05:20 CET 2014


Commit: 11f3fc0efd02d01f0eb1f09c7088e8818b515809
Author: Campbell Barton
Date:   Fri Feb 28 10:33:57 2014 +1100
https://developer.blender.org/rB11f3fc0efd02d01f0eb1f09c7088e8818b515809

Keymap: update 3dsmax

===================================================================

M	release/scripts/presets/keyconfig/3dsmax.py

===================================================================

diff --git a/release/scripts/presets/keyconfig/3dsmax.py b/release/scripts/presets/keyconfig/3dsmax.py
index c691717..19f1c23 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)




More information about the Bf-blender-cvs mailing list