Fix #24321: duplicate of multiresolution modifier error

This commit is contained in:
Sergey Sharybin 2010-10-19 07:10:12 +00:00
parent f515b579e7
commit 6a842c19ae

@ -59,6 +59,8 @@ static void copyData(ModifierData *md, ModifierData *target)
tmmd->sculptlvl = mmd->sculptlvl;
tmmd->renderlvl = mmd->renderlvl;
tmmd->totlvl = mmd->totlvl;
tmmd->simple = mmd->simple;
tmmd->flags = mmd->flags;
}
static DerivedMesh *applyModifier(ModifierData *md, Object *ob, DerivedMesh *dm,