3DLIRIOUS / MeshLabXML

Create and run MeshLab XML scripts with Python
GNU Lesser General Public License v2.1
202 stars 43 forks source link

Can I "script" the align functionality from MeshLab? #32

Closed sklipnoty closed 3 years ago

sklipnoty commented 3 years ago

It is not present under the filters, as far as I saw.

Basically I want to glue all visible meshes and run icp and then merge the result.

3DLIRIOUS commented 3 years ago

Sorry, this is not possible with MLX, as it can only work with filters. You might try PyMeshLab, as it has a deeper integration with MeshLab.