Blender Git Commit Log

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

2 Modified Paths:

/source/blender/blenkernel/BKE_mesh.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/mesh_validate.c (+233, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021