Commit: cc8dfac9a9e6c2271a83df034665e4d4c963acd8
Author: Jeroen Bakker
Date:   Mon Mar 28 12:15:22 2022 +0200
Branches: temp-T96709-painting-target
https://developer.blender.org/rBcc8dfac9a9e6c2271a83df034665e4d4c963acd8

Remove unneeded comment.

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

M       source/blender/makesrna/intern/rna_object.c

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

diff --git a/source/blender/makesrna/intern/rna_object.c 
b/source/blender/makesrna/intern/rna_object.c
index 0324acf03f0..9e744e09aa6 100644
--- a/source/blender/makesrna/intern/rna_object.c
+++ b/source/blender/makesrna/intern/rna_object.c
@@ -1528,7 +1528,6 @@ static void rna_Object_paint_canvas_update(Main 
*UNUSED(main),
                                            PointerRNA *ptr)
 {
   Object *ob = ptr->data;
-  // PBVH should be recalced. It could still point to an incorrect vertex 
color layer.
   if (ob->id.us > 0) {
     DEG_id_tag_update(&ob->id, 0);
     WM_main_add_notifier(NC_GEOM | ND_DATA, &ob->id);

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to