-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
module 'meshlabxml' has no attribute 'FilterScript' #34
Comments
Yes, there's been a few changes in meshlabserver, mostly to deal with later versions of MeshLab. Here's some things to check:
|
Many thanks for guiding me through this.
…On Thu, 11 Nov 2021, 17:04 3DLirious, ***@***.***> wrote:
Yes, there's been a few changes in meshlabserver, mostly to deal with
later versions of MeshLab. Here's some things to check:
- Make sure you are installing meshlabserver from this Github repo.
The PyPi version is quite out of date, and PyPi has changed so much that I
have to do more work to upload a new version, and i haven't had the time.
- The current recommended version of MeshLab is 2020.09. This is the
last version that can run mlx scripts directly (newer versions must invoke
mlx scripts using PyMeshLab). Older versions (such as 2016.12) should still
work though.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALX7OLZCLW5J56OGXAIU3ELULPBAHANCNFSM5HYCKRJQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I used to work with meshlabserver in my script and there were no error in code and I was able to get the desired output. But now after 1 year of not using the very same script, I end up facing this error. maybe the function of the library has changed but it used to work with the following script:
scan = mlx.FilterScript(file_in = 'pointcloud.xyz',file_out='%s.stl'%name, ml_version='2016.12')
it is also worth mentioning that I have once uninstalled and reinstalled meshlabxml and probably this new version of installation has caused the error. Could you please find a way to make it work, or maybe give me the updated script with the same functionality.
The text was updated successfully, but these errors were encountered: