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:
authorHoward Trickey <howard.trickey@gmail.com>2019-02-11 00:08:25 +0300
committerHoward Trickey <howard.trickey@gmail.com>2019-02-11 00:08:25 +0300
commit9ca6fc41ae7cc9d8e5ce89b10d1237c035ce5d63 (patch)
treee9ad91819dd5636ec9c09458dba5a76cd0372b31 /source/blender/editors/mesh/mesh_intern.h
parent09f45057124f70fac797859eb704989f094ca38e (diff)
Bevel: Make modal keymap instead of hardcoded.
Also added keys for toggling harden normals, and cycling through miter types. Still to do: add some shortcuts for affecting the spread value for arc miters.
Diffstat (limited to 'source/blender/editors/mesh/mesh_intern.h')
-rw-r--r--source/blender/editors/mesh/mesh_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/mesh/mesh_intern.h b/source/blender/editors/mesh/mesh_intern.h
index c430b023675..af939e2dc8d 100644
--- a/source/blender/editors/mesh/mesh_intern.h
+++ b/source/blender/editors/mesh/mesh_intern.h
@@ -88,6 +88,7 @@ void MESH_OT_primitive_cube_add_gizmo(struct wmOperatorType *ot);
/* *** editmesh_bevel.c *** */
void MESH_OT_bevel(struct wmOperatorType *ot);
+struct wmKeyMap *bevel_modal_keymap(struct wmKeyConfig *keyconf);
/* *** editmesh_bisect.c *** */
void MESH_OT_bisect(struct wmOperatorType *ot);