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-09-29 23:38:16 +0300
committerJoseph Eagar <joeedh@gmail.com>2022-09-29 23:38:16 +0300
commitb063cfa9cf9d5c5b486311ef5515a144f1ad36f4 (patch)
tree226da2464334eee0c800fda84cb4dd1c9a1f4b73 /source/blender/blenkernel/BKE_paint.h
parent6a9b45995d8a9a1b88f9fbac892a573e461db8f4 (diff)
Sculpt: fix T101465, crash in cloth filter with new automasking modes
Diffstat (limited to 'source/blender/blenkernel/BKE_paint.h')
-rw-r--r--source/blender/blenkernel/BKE_paint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_paint.h b/source/blender/blenkernel/BKE_paint.h
index ed7ef5d5efd..5312292d431 100644
--- a/source/blender/blenkernel/BKE_paint.h
+++ b/source/blender/blenkernel/BKE_paint.h
@@ -372,6 +372,7 @@ typedef struct SculptClothSimulation {
float (*acceleration)[3];
float (*pos)[3];
float (*init_pos)[3];
+ float (*init_no)[3];
float (*softbody_pos)[3];
float (*prev_pos)[3];
float (*last_iteration_pos)[3];