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:
Diffstat (limited to 'source/blender/editors/object/object_ops.c')
-rw-r--r--source/blender/editors/object/object_ops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/object/object_ops.c b/source/blender/editors/object/object_ops.c
index 220668f8a87..3d1a18e1fb1 100644
--- a/source/blender/editors/object/object_ops.c
+++ b/source/blender/editors/object/object_ops.c
@@ -296,8 +296,8 @@ void ED_keymap_object(wmKeyConfig *keyconf)
{THREEKEY, OB_MODE_POSE},
{THREEKEY, OB_MODE_WEIGHT_PAINT},
{FOURKEY, OB_MODE_VERTEX_PAINT},
- {FIVEKEY, OB_MODE_SCULPT},
- {SIXKEY, OB_MODE_TEXTURE_PAINT},
+ {FIVEKEY, OB_MODE_TEXTURE_PAINT},
+ {SIXKEY, OB_MODE_SCULPT},
{SEVENKEY, OB_MODE_PARTICLE_EDIT},
};