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:
authorJoseph Eagar <joeedh@gmail.com>2022-08-16 03:18:33 +0300
committerJoseph Eagar <joeedh@gmail.com>2022-08-16 03:18:33 +0300
commitc22256f3871b60f8dc006bcc29b8c898683e4bc7 (patch)
tree01232d506e4c550dd17530d16ff441bebadef43c /source/blender/editors/sculpt_paint/sculpt.c
parentf80f600b8e326639ea37bda1b4b85c382f39e683 (diff)
parent2d19038c6c2817fff4d8278adfa9d14020c9eea6 (diff)
Merge branch 'blender-v3.3-release'
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt.c')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c
index 1035fdfb57c..47e6c69b831 100644
--- a/source/blender/editors/sculpt_paint/sculpt.c
+++ b/source/blender/editors/sculpt_paint/sculpt.c
@@ -1440,6 +1440,7 @@ static void paint_mesh_restore_co_task_cb(void *__restrict userdata,
default:
break;
}
+
PBVHVertexIter vd;
SculptOrigVertData orig_data;