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>2013-03-11 06:19:58 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-03-11 06:19:58 +0400
commit34f3dc43e73279cbfa9ebf442d4bd59467d04654 (patch)
treeccc23e21f0099e07a1e87a45b0ed180546a4ea7e /release/scripts/presets/keyconfig/3dsmax.py
parent81aa46efaa7bc9e2b593db91f6738f0de1a402f0 (diff)
code cleanup: pep8 & minor changes
Diffstat (limited to 'release/scripts/presets/keyconfig/3dsmax.py')
-rw-r--r--release/scripts/presets/keyconfig/3dsmax.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/presets/keyconfig/3dsmax.py b/release/scripts/presets/keyconfig/3dsmax.py
index 2c39689099b..6a719c2619c 100644
--- a/release/scripts/presets/keyconfig/3dsmax.py
+++ b/release/scripts/presets/keyconfig/3dsmax.py
@@ -1357,4 +1357,3 @@ kmi = km.keymap_items.new_modal('AUTOIK_CHAIN_LEN_UP', 'PAGE_UP', 'PRESS', shift
kmi = km.keymap_items.new_modal('AUTOIK_CHAIN_LEN_DOWN', 'PAGE_DOWN', 'PRESS', shift=True)
kmi = km.keymap_items.new_modal('AUTOIK_CHAIN_LEN_UP', 'WHEELDOWNMOUSE', 'PRESS', shift=True)
kmi = km.keymap_items.new_modal('AUTOIK_CHAIN_LEN_DOWN', 'WHEELUPMOUSE', 'PRESS', shift=True)
-