[Bf-blender-cvs] [b6820c9] master: missed last commit

Campbell Barton noreply at git.blender.org
Sat Jun 20 11:51:54 CEST 2015


Commit: b6820c9522bc6371461255f9a01cecde8d03f411
Author: Campbell Barton
Date:   Sat Jun 20 19:47:34 2015 +1000
Branches: master
https://developer.blender.org/rBb6820c9522bc6371461255f9a01cecde8d03f411

missed last commit

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

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

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

diff --git a/source/blender/editors/sculpt_paint/sculpt_uv.c b/source/blender/editors/sculpt_paint/sculpt_uv.c
index 03ca38f..e01d8a6 100644
--- a/source/blender/editors/sculpt_paint/sculpt_uv.c
+++ b/source/blender/editors/sculpt_paint/sculpt_uv.c
@@ -620,10 +620,10 @@ static UvSculptData *uv_sculpt_stroke_init(bContext *C, wmOperator *op, const wm
 		}
 		else {
 			if (ts->uv_flag & UV_SYNC_SELECTION) {
-				data->elementMap = BM_uv_element_map_create(bm, false, false, true);
+				data->elementMap = BM_uv_element_map_create(bm, false, true, false);
 			}
 			else {
-				data->elementMap = BM_uv_element_map_create(bm, true, false, true);
+				data->elementMap = BM_uv_element_map_create(bm, true, true, false);
 			}
 		}




More information about the Bf-blender-cvs mailing list