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:
authorHans Goudey <h.goudey@me.com>2022-08-03 17:25:28 +0300
committerHans Goudey <h.goudey@me.com>2022-08-03 17:25:28 +0300
commit9c8998ed1153109382944c42b7b6d6a5b3a98df3 (patch)
tree4de4d9ecb7d97b4993be876598178c5eade4998b /source/blender/editors/sculpt_paint/sculpt_undo.c
parentbdc30bd0fba20d2513478cad838d1216b662976d (diff)
parent06b6c004f5fb2cae3c98c93970a64d7231992210 (diff)
Merge branch 'blender-v3.3-release'
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_undo.c')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_undo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_undo.c b/source/blender/editors/sculpt_paint/sculpt_undo.c
index 85778f4f00a..dc814d6d22f 100644
--- a/source/blender/editors/sculpt_paint/sculpt_undo.c
+++ b/source/blender/editors/sculpt_paint/sculpt_undo.c
@@ -171,7 +171,7 @@ static void update_cb_partial(PBVHNode *node, void *userdata)
}
else {
if (BKE_pbvh_node_has_vert_with_normal_update_tag(data->pbvh, node)) {
- BKE_pbvh_node_mark_normals_update(node);
+ BKE_pbvh_node_mark_update(node);
}
int verts_num;
const int *vert_indices;