-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeshlab_merge_meshes_script.mlx
More file actions
9 lines (9 loc) · 1.03 KB
/
meshlab_merge_meshes_script.mlx
File metadata and controls
9 lines (9 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
<!DOCTYPE FilterScript>
<FilterScript>
<filter name="Flatten Visible Layers">
<Param value="false" name="MergeVisible" type="RichBool" description="Merge Only Visible Layers" tooltip="Merge the vertices that are duplicated among different layers. <br>Very useful when the layers are spliced portions of a single big mesh."/>
<Param value="true" name="DeleteLayer" type="RichBool" description="Delete Layers " tooltip="Delete all the merged layers. <br>If all layers are visible only a single layer will remain after the invocation of this filter"/>
<Param value="true" name="MergeVertices" type="RichBool" description="Merge duplicate vertices" tooltip="Merge the vertices that are duplicated among different layers. 

Very useful when the layers are spliced portions of a single big mesh."/>
<Param value="false" name="AlsoUnreferenced" type="RichBool" description="Keep unreferenced vertices" tooltip="Do not discard unreferenced vertices from source layers

Necessary for point-only layers"/>
</filter>
</FilterScript>