[Bf-blender-cvs] [65b66c8abe1] temp-gpu-texture-partial-updates: Remove out-dated comment.

Jeroen Bakker noreply at git.blender.org
Fri Nov 19 15:25:18 CET 2021


Commit: 65b66c8abe11857c609ab36a60a665c8c86a8950
Author: Jeroen Bakker
Date:   Fri Nov 19 15:25:05 2021 +0100
Branches: temp-gpu-texture-partial-updates
https://developer.blender.org/rB65b66c8abe11857c609ab36a60a665c8c86a8950

Remove out-dated comment.

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

M	source/blender/blenkernel/intern/image_partial_update.cc

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

diff --git a/source/blender/blenkernel/intern/image_partial_update.cc b/source/blender/blenkernel/intern/image_partial_update.cc
index 6ba769d9741..c8088232282 100644
--- a/source/blender/blenkernel/intern/image_partial_update.cc
+++ b/source/blender/blenkernel/intern/image_partial_update.cc
@@ -155,7 +155,6 @@ struct PartialUpdateUserImpl {
  * Internally dirty tiles are grouped together in change sets to make sure that the correct
  * answer can be built for different users reducing the amount of merges.
  */
-// TODO(jbakker): TileChangeset is per UDIM tile. There should be an
 struct TileChangeset {
  private:
   /** \brief Dirty flag for each chunk. */



More information about the Bf-blender-cvs mailing list