[Bf-blender-cvs] [efac4db1662] master: Merge branch 'blender-v3.1-release'

Jeroen Bakker noreply at git.blender.org
Mon Feb 14 09:42:12 CET 2022


Commit: efac4db166292229e4e2ab7afa6034d637893bd6
Author: Jeroen Bakker
Date:   Mon Feb 14 09:42:03 2022 +0100
Branches: master
https://developer.blender.org/rBefac4db166292229e4e2ab7afa6034d637893bd6

Merge branch 'blender-v3.1-release'

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



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

diff --cc source/blender/draw/engines/image/image_drawing_mode.hh
index 61b7993c6b0,0aaf0ca9f24..d0dbc799c31
--- a/source/blender/draw/engines/image/image_drawing_mode.hh
+++ b/source/blender/draw/engines/image/image_drawing_mode.hh
@@@ -461,14 -468,13 +452,13 @@@ template<typename TextureMethod> class 
      instance_data->partial_update.ensure_image(image);
      instance_data->clear_dirty_flag();
  
 -    // Step: Find out which screen space textures are needed to draw on the screen. Remove the
 -    // screen space textures that aren't needed.
 +    /* Step: Find out which screen space textures are needed to draw on the screen. Remove the
 +     * screen space textures that aren't needed. */
      const ARegion *region = draw_ctx->region;
      method.update_screen_space_bounds(region);
-     method.update_region_uv_bounds(region);
      method.update_screen_uv_bounds();
  
 -    // Step: Update the GPU textures based on the changes in the image.
 +    /* Step: Update the GPU textures based on the changes in the image. */
      instance_data->update_gpu_texture_allocations();
      update_textures(*instance_data, image, iuser);



More information about the Bf-blender-cvs mailing list