Fix T70839: Sculpt brushes stop affecting after using move, rotate or scale tools

Reviewed By: jbakker

Maniphest Tasks: T70839

Differential Revision: https://developer.blender.org/D6071
This commit is contained in:
Pablo Dobarro 2019-10-15 18:33:56 +02:00
parent 6183688c35
commit 082fb6603d
Notes: blender-bot 2023-02-14 10:21:11 +01:00
Referenced by issue #70839, Sculpt brushes stop affecting after using move, rotate or scale tools
1 changed files with 1 additions and 2 deletions

View File

@ -9511,8 +9511,7 @@ static void sculpt_transform_task_cb(void *__restrict userdata,
}
BKE_pbvh_vertex_iter_end;
BKE_pbvh_node_mark_redraw(node);
BKE_pbvh_node_mark_normals_update(node);
BKE_pbvh_node_mark_update(node);
}
void ED_sculpt_update_modal_transform(struct bContext *C)