forked from bartvdbraak/blender
Multires/2.5:
Bugfix, restoring sculpting from undo data should mark the multires DM as modified.
This commit is contained in:
parent
0895747b41
commit
eeea2cec0d
@ -7867,6 +7867,8 @@ static DerivedMesh *multiresModifier_applyModifier(ModifierData *md, Object *ob,
|
||||
}
|
||||
CDDM_calc_normals(final);
|
||||
|
||||
MultiresDM_mark_as_modified(final);
|
||||
|
||||
MEM_freeN(mmd->undo_verts);
|
||||
mmd->undo_signal = 0;
|
||||
mmd->undo_verts = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user