[Bf-blender-cvs] [9cbfcc7f3c6] temp-T97352-3d-texturing-seam-bleeding: Remove fixd todo.

Jeroen Bakker noreply at git.blender.org
Fri Apr 22 16:04:58 CEST 2022


Commit: 9cbfcc7f3c63da376461d9fc4d6285fefa282e0a
Author: Jeroen Bakker
Date:   Fri Apr 22 16:04:47 2022 +0200
Branches: temp-T97352-3d-texturing-seam-bleeding
https://developer.blender.org/rB9cbfcc7f3c63da376461d9fc4d6285fefa282e0a

Remove fixd todo.

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

M	source/blender/editors/sculpt_paint/sculpt_paint_image.cc

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

diff --git a/source/blender/editors/sculpt_paint/sculpt_paint_image.cc b/source/blender/editors/sculpt_paint/sculpt_paint_image.cc
index 51fde3f0887..493615b0e0f 100644
--- a/source/blender/editors/sculpt_paint/sculpt_paint_image.cc
+++ b/source/blender/editors/sculpt_paint/sculpt_paint_image.cc
@@ -366,7 +366,6 @@ static void do_mark_dirty_regions(void *__restrict userdata,
 {
   TexturePaintingUserData *data = static_cast<TexturePaintingUserData *>(userdata);
   PBVHNode *node = data->nodes[n];
-  /* TODO: we should test if we want to postpone the seam fixing to reduce overhead. */
   BKE_pbvh_pixels_fix_seams(node, data->image_data.image, data->image_data.image_user);
   BKE_pbvh_pixels_mark_image_dirty(*node, *data->image_data.image, *data->image_data.image_user);
 }



More information about the Bf-blender-cvs mailing list