mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-15 17:14:39 +00:00
added missing Cleaning category
This commit is contained in:
parent
9462ef5b14
commit
9c3ba99d19
@ -191,6 +191,7 @@ void MeshLabFilterInterface::initConvertingCategoryMap( QMap<QString,MeshFilterI
|
||||
{
|
||||
convertingMap["Generic"] = MeshFilterInterface::Generic;
|
||||
convertingMap["Selection"] = MeshFilterInterface::Selection;
|
||||
convertingMap["Cleaning"] = MeshFilterInterface::Cleaning;
|
||||
convertingMap["Remeshing"] = MeshFilterInterface::Remeshing;
|
||||
convertingMap["FaceColoring"] = MeshFilterInterface::FaceColoring;
|
||||
convertingMap["VertexColoring"] = MeshFilterInterface::VertexColoring;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user