Sculpt: Fix T102253: Missing call to SCULPT_automasking_node_update

This commit is contained in:
Joseph Eagar 2022-11-05 11:57:39 -07:00
parent 5060f26f50
commit db3bf36770
Notes: blender-bot 2023-02-13 23:16:02 +01:00
Referenced by issue #102253, Crash when using Rotate Brush and Normal/View Automasking
1 changed files with 3 additions and 0 deletions

View File

@ -1441,6 +1441,9 @@ static void do_rotate_brush_task_cb_ex(void *__restrict userdata,
if (!sculpt_brush_test_sq_fn(&test, orig_data.co)) {
continue;
}
SCULPT_automasking_node_update(ss, &automask_data, &vd);
float vec[3], rot[3][3];
const float fade = bstrength * SCULPT_brush_strength_factor(ss,
brush,