Blender Git Loki
Git Commits -> Revision 33e8feb
Revision 33e8feb by Sergey Sharybin (master) June 28, 2012, 09:08 (GMT) |
Fix #31835: OBJ Importer corrupts a model (crash in edit mode) Added back face validation to BKE_mesh_validate_arrays. This is needed because some addons (like OBJ importer) are reading tessfaces and then converting them to ngons and validation of tessfaces is needed before such a conversion. Validation of faces would happen only if there's no polys in mesh. |
Commit Details:
Full Hash: 33e8feb880e9a11434aa408cd524b6e1919c88f7
SVN Revision: 48364
Parent Commit: 25f59c8
Lines Changed: +234, -0