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>2018-05-30 14:47:24 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-30 14:47:24 +0300
commit9c2db1455f396e0330f81108e1aeca9b7a2d59d0 (patch)
tree7a3b3cc634affcee4d3f5793fa84f82ef7f63d18 /source/blender/editors/object/object_ops.c
parenteb24c9a1e1246716820cd031aeb3d755d1325b24 (diff)
Keymap: group paint modes, reorder enum
Menu now matches the keymap.
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},
};