Skip to content

Is it possible to only build meshlabserver? #871

Answered by alemuntoni
Sea421 asked this question in Q&A
Discussion options

You must be logged in to vote

MeshLab has a plugin architecture, therefore you could build just what you need;

  • external/u3d
  • common
  • meshlabserver
  • meshlabplugins/io_u3d

Cmake allows to select which targets to build.


However, to convert u3d files (until u3d exporter will not work in PyMeshLab), I suggest to use the following pipeline:

  • convert your file to IDTF format using pymeshlab
  • use this converter to convert from IDTF to u3d.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Sea421
Comment options

@alemuntoni
Comment options

@Sea421
Comment options

@ghost
Comment options

Answer selected by alemuntoni
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #871 on December 18, 2020 10:01.