[Bf-blender-cvs] [aee93f60712] temp-T97352-3d-texturing-seam-bleeding-b2: Removed TODO.

Jeroen Bakker noreply at git.blender.org
Mon Sep 26 15:09:08 CEST 2022


Commit: aee93f6071277a23ac4e04354b33964ac725aad4
Author: Jeroen Bakker
Date:   Mon Sep 26 15:07:20 2022 +0200
Branches: temp-T97352-3d-texturing-seam-bleeding-b2
https://developer.blender.org/rBaee93f6071277a23ac4e04354b33964ac725aad4

Removed TODO.

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

M	source/blender/makesdna/DNA_image_types.h

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

diff --git a/source/blender/makesdna/DNA_image_types.h b/source/blender/makesdna/DNA_image_types.h
index 0e6900a64fe..4327d0c397f 100644
--- a/source/blender/makesdna/DNA_image_types.h
+++ b/source/blender/makesdna/DNA_image_types.h
@@ -165,8 +165,6 @@ typedef struct Image {
   short gpu_view;
 
   /* Number of iterations to perform to extract a mask for uv seam fixing. */
-  // TODO: unit in 1/256 of the resolution each iteration performs a dilate. This should be changed
-  // in the final implementation to actual pixels or something else. This need more thought.
   short seamfix_iter;
 
   char _pad2[2];



More information about the Bf-blender-cvs mailing list