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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2012-04-15 13:20:42 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2012-04-15 13:20:42 +0400
commit637387b8ac81d74167aeae0a47b9ac1264c2ea05 (patch)
tree233a487da01d9fe407a8e4edeae9b66373933a99 /source/blender/editors/include/ED_uvedit.h
parentac07f8983865d3bddd583210f40538f116403b92 (diff)
Fix #30949: live unwrap when marking seams did not work with bmesh.
Diffstat (limited to 'source/blender/editors/include/ED_uvedit.h')
-rw-r--r--source/blender/editors/include/ED_uvedit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_uvedit.h b/source/blender/editors/include/ED_uvedit.h
index f122987b4e1..dfdbb1969cf 100644
--- a/source/blender/editors/include/ED_uvedit.h
+++ b/source/blender/editors/include/ED_uvedit.h
@@ -78,6 +78,8 @@ void ED_uvedit_live_unwrap_begin(struct Scene *scene, struct Object *obedit);
void ED_uvedit_live_unwrap_re_solve(void);
void ED_uvedit_live_unwrap_end(short cancel);
+void ED_uvedit_live_unwrap(struct Scene *scene, struct Object *obedit);
+
/* single call up unwrap using scene settings, used for edge tag unwrapping */
void ED_unwrap_lscm(struct Scene *scene, struct Object *obedit, const short sel);