Blender Git Loki
Git Commits -> Revision a82a6be
Revision a82a6be by Nicholas Bishop (master) April 21, 2009, 16:58 (GMT) |
Fix for bug #17457. This bug relates to files that have missing multires vertex data. The fix is, if the file was saved on the highest multires level, then mesh contains a copy of the vertices anyway, and we can just copy it back into multires. Otherwise, multires is removed from the mesh to avoid a crash. |
Commit Details:
Full Hash: a82a6bedc55fe676c11bf36f1017c0cbddcd9ca2
SVN Revision: 19854
Parent Commit: 6c33cc9
Lines Changed: +14, -1