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>2013-12-12 09:26:11 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-12-12 09:28:52 +0400
commite23f77b935c3d0a5f1cbc300d25000a0fdd1f765 (patch)
tree3acd52689dc1c64c157996450c689bfa9a59d687 /source/blender/editors/uvedit/uvedit_smart_stitch.c
parent653d645587cda2c7da878880cb027bd62c14257f (diff)
Code Cleanup: move mesh mapping functions into their own file/header
Diffstat (limited to 'source/blender/editors/uvedit/uvedit_smart_stitch.c')
-rw-r--r--source/blender/editors/uvedit/uvedit_smart_stitch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/uvedit/uvedit_smart_stitch.c b/source/blender/editors/uvedit/uvedit_smart_stitch.c
index 28e28238ca9..60747450661 100644
--- a/source/blender/editors/uvedit/uvedit_smart_stitch.c
+++ b/source/blender/editors/uvedit/uvedit_smart_stitch.c
@@ -53,6 +53,7 @@
#include "BKE_customdata.h"
#include "BKE_depsgraph.h"
#include "BKE_mesh.h"
+#include "BKE_mesh_mapping.h"
#include "BKE_editmesh.h"
#include "ED_mesh.h"