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@gmail.com>2019-01-24 14:14:24 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-01-24 17:01:55 +0300
commitd011ae1e0389c6262acdcc2e14122e913cf226c7 (patch)
tree6bc2b1da774429d53c78bc766a7b62d3b022a313 /source/blender/editors/include/ED_uvedit.h
parentbd64206e1ac828675aad3b16ffe6f4ecc6e6a409 (diff)
Fix T59972: UV live unwrap does not pack islands.
Packing was not being called after multi-object editing changes. Includes code refactoring to make function parameters more clear.
Diffstat (limited to 'source/blender/editors/include/ED_uvedit.h')
-rw-r--r--source/blender/editors/include/ED_uvedit.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/blender/editors/include/ED_uvedit.h b/source/blender/editors/include/ED_uvedit.h
index 3cc285a53de..b17fea2b299 100644
--- a/source/blender/editors/include/ED_uvedit.h
+++ b/source/blender/editors/include/ED_uvedit.h
@@ -127,12 +127,9 @@ 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);
+void ED_uvedit_live_unwrap(struct Scene *scene, struct Object **objects, int objects_len);
void ED_uvedit_add_simple_uvs(struct Main *bmain, struct Scene *scene, struct Object *ob);
-/* 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, const bool pack);
-
/* uvedit_draw.c */
void ED_image_draw_cursor(