Fix T100168: Sculpt positions undo not working after recent commit
efe0e2b183
used the "normals_update" for applying positions from
an undo step, which doesn't set the necessary flags for a redraw.
This commit is contained in:
@@ -171,7 +171,7 @@ static void update_cb_partial(PBVHNode *node, void *userdata)
|
||||
}
|
||||
else {
|
||||
if (BKE_pbvh_node_has_vert_with_normal_update_tag(data->pbvh, node)) {
|
||||
BKE_pbvh_node_mark_normals_update(node);
|
||||
BKE_pbvh_node_mark_update(node);
|
||||
}
|
||||
int verts_num;
|
||||
const int *vert_indices;
|
||||
|
Reference in New Issue
Block a user