[Bf-blender-cvs] [f69c0f1e374] temp-3d-texturing-brush-b: Fix Compilation error.

Jeroen Bakker noreply at git.blender.org
Fri Mar 11 14:53:27 CET 2022


Commit: f69c0f1e3745e5b5f784098d56be8c1e098c0c2a
Author: Jeroen Bakker
Date:   Fri Mar 11 14:53:11 2022 +0100
Branches: temp-3d-texturing-brush-b
https://developer.blender.org/rBf69c0f1e3745e5b5f784098d56be8c1e098c0c2a

Fix Compilation error.

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

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

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

diff --git a/source/blender/editors/sculpt_paint/sculpt_texture_paint_pixel_extraction_c.cc b/source/blender/editors/sculpt_paint/sculpt_texture_paint_pixel_extraction_c.cc
index 34cb00723fa..fa08346b16a 100644
--- a/source/blender/editors/sculpt_paint/sculpt_texture_paint_pixel_extraction_c.cc
+++ b/source/blender/editors/sculpt_paint/sculpt_texture_paint_pixel_extraction_c.cc
@@ -182,7 +182,6 @@ static void init_using_intersection(Object *ob, int totnode, PBVHNode **nodes)
           new_pixel.local_pos = local_pos;
           new_pixel.pixel_pos = int2(x, y);
           new_pixel.content = float4(&image_buffer->rect_float[pixel_offset * 4]);
-          new_pixel.flags.dirty = false;
           node_data->pixels.append(new_pixel);
           pixels_added += 1;



More information about the Bf-blender-cvs mailing list