Skip to content

Commit

Permalink
make flatten layer with unreference verts default true
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Jul 15, 2021
1 parent f60c934 commit fd1df52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meshlabplugins/filter_layer/filter_layer.cpp
Expand Up @@ -143,7 +143,7 @@ RichParameterList FilterLayerPlugin::initParameterList(const QAction *action, co
parlst.addParam(RichBool ("MergeVertices", true, "Merge duplicate vertices",
"Merge the vertices that are duplicated among different layers. \n\n"
"Very useful when the layers are spliced portions of a single big mesh."));
parlst.addParam(RichBool ("AlsoUnreferenced", false, "Keep unreferenced vertices",
parlst.addParam(RichBool ("AlsoUnreferenced", true, "Keep unreferenced vertices",
"Do not discard unreferenced vertices from source layers\n\n"
"Necessary for point-cloud layers"));
break;
Expand Down

0 comments on commit fd1df52

Please sign in to comment.