- removed crash in Compute Planar Section caused by missing update face face topology.

This commit is contained in:
Guido Ranzuglia granzuglia 2012-10-04 09:43:14 +00:00
parent d61f3baa91
commit 7fbb84207a

View File

@ -1497,6 +1497,7 @@ bool ExtraMeshFilterPlugin::applyFilter(QAction * filter, MeshDocument & md, Ric
MeshModel* base=&m;
MeshModel* orig=&m;
m.updateDataMask(MeshModel::MM_FACEFACETOPO);
//actual cut of the mesh
if (tri::Clean<CMeshO>::CountNonManifoldEdgeFF(base->cm)>0 || (tri::Clean<CMeshO>::CountNonManifoldVertexFF(base->cm,false) != 0))
{