mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
moved back cleaning filter into the correct cleaning class...
This commit is contained in:
parent
94227f1eb5
commit
74d16cc9be
@ -207,7 +207,7 @@ CleanFilter::FilterClass CleanFilter::getClass(const QAction* a) const
|
||||
case FP_REMOVE_NON_MANIF_VERT:
|
||||
case FP_REMOVE_FACE_ZERO_AREA:
|
||||
case FP_REMOVE_UNREFERENCED_VERTEX:
|
||||
case FP_REMOVE_DUPLICATED_VERTEX:
|
||||
case FP_REMOVE_DUPLICATED_VERTEX: return FilterPlugin::Cleaning;
|
||||
case FP_BALL_PIVOTING: return FilterPlugin::Remeshing;
|
||||
case FP_MERGE_WEDGE_TEX:
|
||||
return FilterPlugin::FilterClass(FilterPlugin::Cleaning + FilterPlugin::Texture);
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 179b9360c52b8cebe94dec4ba1c16af9da978942
|
||||
Subproject commit 38c3a410b168975de719f91d4a9325fb4edbb3ae
|
||||
Loading…
x
Reference in New Issue
Block a user