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>2020-01-07 05:49:10 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-01-07 05:53:03 +0300
commita8d11995bfcb16d2ecdfdb196e0ed708d8cf5c36 (patch)
treec6a885ab1f2814b1cad27344e819705b232360a7 /source/blender/editors/include
parent592e245a90e250167956e95cc949577ecd4430a1 (diff)
BMesh: remove BMEditMesh.ob use for vert coord access, projection
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_mesh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_mesh.h b/source/blender/editors/include/ED_mesh.h
index 246dba57bb5..e398e5def9e 100644
--- a/source/blender/editors/include/ED_mesh.h
+++ b/source/blender/editors/include/ED_mesh.h
@@ -295,6 +295,7 @@ void ED_keymap_mesh(struct wmKeyConfig *keyconf);
void EDBM_project_snap_verts(struct bContext *C,
struct Depsgraph *depsgraph,
struct ARegion *ar,
+ struct Object *obedit,
struct BMEditMesh *em);
/* editface.c */