Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_texture_paint_a.cc')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_texture_paint_a.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_texture_paint_a.cc b/source/blender/editors/sculpt_paint/sculpt_texture_paint_a.cc
index d3e93574c1a..6e643cdd9b1 100644
--- a/source/blender/editors/sculpt_paint/sculpt_texture_paint_a.cc
+++ b/source/blender/editors/sculpt_paint/sculpt_texture_paint_a.cc
@@ -82,7 +82,6 @@ struct TexturePaintingUserData {
Object *ob;
Brush *brush;
PBVHNode **nodes;
- Vector<rctf> region_to_update;
};
static void do_task_cb_ex(void *__restrict userdata,
@@ -204,5 +203,9 @@ void SCULPT_do_texture_paint_brush(Sculpt *sd, Object *ob, PBVHNode **nodes, int
BKE_image_release_ibuf(image, image_buffer, lock);
ss->mode.texture_paint.drawing_target = nullptr;
}
+
+void SCULPT_flush_texture_paint(Object *UNUSED(ob))
+{
+}
}
} // namespace blender::ed::sculpt_paint::texture_paint