[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [40620] branches/soc-2011-onion-uv-tools/ release/scripts/modules/bpy_extras/keyconfig_utils.py: *Fix for keymap for UV sculting not showing in user preferences

Antony Riakiotakis kalast at gmail.com
Tue Sep 27 16:24:32 CEST 2011


Revision: 40620
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=40620
Author:   psy-fi
Date:     2011-09-27 14:24:32 +0000 (Tue, 27 Sep 2011)
Log Message:
-----------
*Fix for keymap for UV sculting not showing in user preferences

Modified Paths:
--------------
    branches/soc-2011-onion-uv-tools/release/scripts/modules/bpy_extras/keyconfig_utils.py

Modified: branches/soc-2011-onion-uv-tools/release/scripts/modules/bpy_extras/keyconfig_utils.py
===================================================================
--- branches/soc-2011-onion-uv-tools/release/scripts/modules/bpy_extras/keyconfig_utils.py	2011-09-27 14:17:36 UTC (rev 40619)
+++ branches/soc-2011-onion-uv-tools/release/scripts/modules/bpy_extras/keyconfig_utils.py	2011-09-27 14:24:32 UTC (rev 40620)
@@ -70,7 +70,7 @@
     ('Image', 'IMAGE_EDITOR', 'WINDOW', [
         ('UV Editor', 'EMPTY', 'WINDOW', []),  # image (reverse order, UVEdit before Image
         ('Image Paint', 'EMPTY', 'WINDOW', []),  # image and view3d
-        ('UV Sculpt', 'IMAGE_EDITOR', 'WINDOW', []),
+        ('UV Sculpt', 'EMPTY', 'WINDOW', []),
         ('Image Generic', 'IMAGE_EDITOR', 'WINDOW', [])
         ]),
 




More information about the Bf-blender-cvs mailing list