mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-14 00:24:38 +00:00
make flatten layer with unreference verts default true
This commit is contained in:
parent
f60c934b80
commit
fd1df52edd
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user