[Bf-blender-cvs] [2420ffb] soc-2014-shapekey: Fix for previous merge.

Bastien Montagne noreply at git.blender.org
Sat Nov 1 21:40:20 CET 2014


Commit: 2420ffb7ef34f38c0928dcef417583bac409d49c
Author: Bastien Montagne
Date:   Sat Nov 1 21:37:39 2014 +0100
Branches: soc-2014-shapekey
https://developer.blender.org/rB2420ffb7ef34f38c0928dcef417583bac409d49c

Fix for previous merge.

===================================================================

M	source/blender/editors/sculpt_paint/paint_image_proj.c

===================================================================

diff --git a/source/blender/editors/sculpt_paint/paint_image_proj.c b/source/blender/editors/sculpt_paint/paint_image_proj.c
index 4c7d681..8ac692b 100644
--- a/source/blender/editors/sculpt_paint/paint_image_proj.c
+++ b/source/blender/editors/sculpt_paint/paint_image_proj.c
@@ -5281,7 +5281,7 @@ static int add_simple_uvs_exec(bContext *C, wmOperator *UNUSED(op))
 	/* set the margin really quickly before the packing operation*/
 	scene->toolsettings->uvcalc_margin = 0.001f;
 	ED_uvedit_pack_islands(scene, ob, bm, false, false, true);
-	BM_mesh_bm_to_me(bm, me, false);
+	BM_mesh_bm_to_me(bm, me, false, true);
 	BM_mesh_free(bm);
 
 	if (synch_selection)




More information about the Bf-blender-cvs mailing list