From a368e6771a5f707f41f5959c345943cad07ef7e8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 19 Feb 2012 22:17:30 +0000 Subject: - remove some unused editmesh functions. - copy & rename EditMesh stricts for use with scanfill (remove unused members) --- source/blender/editors/armature/editarmature.c | 2 +- source/blender/editors/armature/editarmature_retarget.c | 1 - source/blender/editors/armature/meshlaplacian.c | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) (limited to 'source/blender/editors/armature') diff --git a/source/blender/editors/armature/editarmature.c b/source/blender/editors/armature/editarmature.c index e16063b50c6..28d3fa6e170 100644 --- a/source/blender/editors/armature/editarmature.c +++ b/source/blender/editors/armature/editarmature.c @@ -38,6 +38,7 @@ #include "DNA_anim_types.h" +#include "DNA_mesh_types.h" #include "DNA_armature_types.h" #include "DNA_constraint_types.h" #include "DNA_meshdata_types.h" @@ -48,7 +49,6 @@ #include "BLI_blenlib.h" #include "BLI_math.h" #include "BLI_utildefines.h" -#include "BLI_editVert.h" #include "BLI_ghash.h" #include "BKE_animsys.h" diff --git a/source/blender/editors/armature/editarmature_retarget.c b/source/blender/editors/armature/editarmature_retarget.c index a8978a0bbde..f1ea39e45b9 100644 --- a/source/blender/editors/armature/editarmature_retarget.c +++ b/source/blender/editors/armature/editarmature_retarget.c @@ -43,7 +43,6 @@ #include "BLI_blenlib.h" #include "BLI_math.h" -#include "BLI_editVert.h" #include "BLI_utildefines.h" #include "BLI_ghash.h" #include "BLI_graph.h" diff --git a/source/blender/editors/armature/meshlaplacian.c b/source/blender/editors/armature/meshlaplacian.c index bb493d3fec4..e2b89ba90e1 100644 --- a/source/blender/editors/armature/meshlaplacian.c +++ b/source/blender/editors/armature/meshlaplacian.c @@ -53,7 +53,6 @@ #ifdef RIGID_DEFORM -#include "BLI_editVert.h" #include "BLI_polardecomp.h" #endif -- cgit v1.2.3