mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
- removed crash in Compute Planar Section caused by missing update face face topology.
This commit is contained in:
parent
d61f3baa91
commit
7fbb84207a
@ -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))
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user