You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could not find any way to extract the version of the installed meshlab using meshlabserver. I use meshlabserver to automate mesh conversion and editing, but since the parameters of the filters sometimes change from version to version, it would be great to have an idea what version of meshlab I'm dealing with. This is especially important in heterogeneous computing environments, where the same code needs to work on different machines with different software environments.
I suggest adding the standard command line flags -v and --version to meshlabserver, which would simply print the meshlab version (and possibly other useful information, like libraries and compilers) to stdout.
The text was updated successfully, but these errors were encountered:
I could not find any way to extract the version of the installed meshlab using
meshlabserver
. I use meshlabserver to automate mesh conversion and editing, but since the parameters of the filters sometimes change from version to version, it would be great to have an idea what version of meshlab I'm dealing with. This is especially important in heterogeneous computing environments, where the same code needs to work on different machines with different software environments.I suggest adding the standard command line flags
-v
and--version
tomeshlabserver
, which would simply print the meshlab version (and possibly other useful information, like libraries and compilers) to stdout.The text was updated successfully, but these errors were encountered: