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-08-22 08:27:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-08-22 08:27:03 +0300
commitcb410429cc7fcfe744cfe62b068a17cc3da5aeb8 (patch)
treeeb7654265f3e94ee8007742f3f8163f04fab0563 /source/blender/editors/mesh/editmesh_extrude.c
parentd9de8c469b404819806a63749a0e4e7cbd209044 (diff)
parent53527ac10f23f0850677f88b5eb0e30180b51698 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/editors/mesh/editmesh_extrude.c')
-rw-r--r--source/blender/editors/mesh/editmesh_extrude.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/mesh/editmesh_extrude.c b/source/blender/editors/mesh/editmesh_extrude.c
index c2a8ad7c3fe..6e87f20cf8c 100644
--- a/source/blender/editors/mesh/editmesh_extrude.c
+++ b/source/blender/editors/mesh/editmesh_extrude.c
@@ -1137,7 +1137,7 @@ static int edbm_dupli_extrude_cursor_invoke(bContext *C, wmOperator *op, const w
/* also project the source, for retopo workflow */
if (use_proj) {
- EMBM_project_snap_verts(C, vc.ar, vc.em);
+ EDBM_project_snap_verts(C, vc.ar, vc.em);
}
}
@@ -1171,7 +1171,7 @@ static int edbm_dupli_extrude_cursor_invoke(bContext *C, wmOperator *op, const w
}
if (use_proj) {
- EMBM_project_snap_verts(C, vc.ar, vc.em);
+ EDBM_project_snap_verts(C, vc.ar, vc.em);
}
/* This normally happens when pushing undo but modal operators