[Bf-blender-cvs] [bb74566] soc-2016-pbvh-painting: Added a comment

Nathan Vollmer noreply at git.blender.org
Sun Dec 18 05:39:20 CET 2016


Commit: bb745661aa4928bf3fe27e9af6c22b566b758486
Author: Nathan Vollmer
Date:   Sat Dec 17 21:38:53 2016 -0700
Branches: soc-2016-pbvh-painting
https://developer.blender.org/rBbb745661aa4928bf3fe27e9af6c22b566b758486

Added a comment

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

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

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

diff --git a/source/blender/editors/sculpt_paint/paint_image.c b/source/blender/editors/sculpt_paint/paint_image.c
index 7a6702f..890693e 100644
--- a/source/blender/editors/sculpt_paint/paint_image.c
+++ b/source/blender/editors/sculpt_paint/paint_image.c
@@ -1455,6 +1455,8 @@ static int brush_colors_flip_exec(bContext *C, wmOperator *UNUSED(op))
 		br = image_paint_brush(C);
 	}
 	else {
+    /* At the moment, wpaint does not support the color flipper. 
+     * So for now we're only handling vpaint */
 		ToolSettings *ts = CTX_data_tool_settings(C);
 		VPaint *vp = ts->vpaint;
 		br = BKE_paint_brush(&vp->paint);




More information about the Bf-blender-cvs mailing list