Skip to content

mgrewe/pymeshlabserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

pymeshlabserver

This is just a very bare (and perhaps bad) wrapper of pymeshlab to provide a replacement for the dismissed meshlabserver.

BE WARNED: This is far away from complete and perhaps also inconsistent (e.g. the -l option). Improvements warmly welcome.

At least the simple 3-step should work, i.e., you can replace the old command

meshlabserver -i input.obj -s script.mlx -o output.obj

by

python pymeshlabserver.py -i input.obj -s script.mlx -o output.obj

To 1) load the "input.obj", 2) execute filter script "script.mlx" and 3) save as "output.obj".

Hope this helps.

Requirement

Install pymeshlab using

pip install pymeshlab

About

Wrapper for pymeshlab to mimic old meshlabserver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages