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/include/ED_mesh.h')
-rw-r--r--source/blender/editors/include/ED_mesh.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/source/blender/editors/include/ED_mesh.h b/source/blender/editors/include/ED_mesh.h
index bbc4e0e4783..e89bdff5325 100644
--- a/source/blender/editors/include/ED_mesh.h
+++ b/source/blender/editors/include/ED_mesh.h
@@ -37,6 +37,7 @@ struct EditFace;
struct bContext;
struct wmWindowManager;
struct EditSelection;
+struct ViewContext;
// edge and face flag both
#define EM_FGON 2
@@ -59,17 +60,6 @@ struct EditSelection;
#define B_JOINTRIA_MAT 0X1000
-/* especially for derivedmesh drawing callbacks */
-typedef struct ViewContext {
- Scene *scene;
- Object *obact;
- Object *obedit;
- struct ARegion *ar;
- struct View3D *v3d;
- struct EditMesh *em;
- short mval[2];
-} ViewContext;
-
/* meshtools.c */
intptr_t mesh_octree_table(Object *ob, struct EditMesh *em, float *co, char mode);