Commit: e27759152ab662145e22d89b061bd1b95949b378
Author: Bastien Montagne
Date:   Thu Jun 7 10:58:52 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBe27759152ab662145e22d89b061bd1b95949b378

Minor comment on possible TODO while validating paint ops for CoW...

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

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

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

diff --git a/source/blender/editors/sculpt_paint/paint_vertex_color_ops.c 
b/source/blender/editors/sculpt_paint/paint_vertex_color_ops.c
index d7668a48139..8516d92214d 100644
--- a/source/blender/editors/sculpt_paint/paint_vertex_color_ops.c
+++ b/source/blender/editors/sculpt_paint/paint_vertex_color_ops.c
@@ -152,6 +152,7 @@ static bool vertex_paint_from_weight(Object *ob)
        }
 
        /* TODO: respect selection. */
+       /* TODO: Do we want to take weights from evaluated mesh instead? 2.7x 
was not doing it anyway... */
        mp = me->mpoly;
        vgroup_active = ob->actdef - 1;
        for (int i = 0; i < me->totpoly; i++, mp++) {

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to