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_intern.h')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_intern.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_intern.h b/source/blender/editors/sculpt_paint/sculpt_intern.h
index 93e4a777569..0b25ab31ce0 100644
--- a/source/blender/editors/sculpt_paint/sculpt_intern.h
+++ b/source/blender/editors/sculpt_paint/sculpt_intern.h
@@ -206,6 +206,9 @@ typedef struct SculptThreadedTaskData {
float *pose_factor;
float (*transform_rot)[4], (*transform_trans)[4], (*transform_trans_inv)[4];
+ float multiplane_scrape_angle;
+ float multiplane_scrape_planes[2][4];
+
float max_distance_squared;
float nearest_vertex_search_co[3];
@@ -392,6 +395,9 @@ typedef struct StrokeCache {
float *automask;
+ float stroke_local_mat[4][4];
+ float multiplane_scrape_sampled_angle;
+
rcti previous_r; /* previous redraw rectangle */
rcti current_r; /* current redraw rectangle */