-
Notifications
You must be signed in to change notification settings - Fork 826
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
filter not applying, 'no additional memory available' #272
Comments
Probably you can forget about the "no additional memory available!!! memory required: 4152". 99% of the times it is completely meaningless. My fault, sorry. I will take a look on the filter and i will let you know in the next week. |
Hi granzuglia, Thanks a lot for the response. I've gone through a few of the related threads, and read that most of the time it has no effect on the output, like you said. However, the command is actually not producing the desired/expected mesh as it does through MeshLab. Please find here the input triangular mesh in OBJ as described in the original post, the mesh after Quad Dominant filter is applied in MeshLab, and finally the mesh after 4-8 Subdivision after the first Quad conversion. Thanks again! |
Hi @granzuglia Following up on this since it's been a while. Thanks a lot! |
perhaps @mcallieri ? simply - i could not get "Turn into Quad-Dominant mesh" working on a simple triangular mesh through meshlabserver even though it works just fine on the actual mesh lab application. thanks you! |
I realized the filters do seem to be applying, as you suggested @granzuglia , but somehow the exporting is only outputing triangular faces, hence the Quad-Dominant filter alone is not visible. If you try Quad-Dominant and then 4-8 in MeshLabServer, and re-import the output into MeshLab, you will see that there are changes made, but the faces remain as triangles. I believe, this is the actual problem: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi,
I encountered the problem that when I tried to apply "Turn into Quad-Dominant mesh" in MeshLab, everything works fine, but when I tried to apply a script simply containing this filter in MeshLabServer, the commandline returns the below:
In addition, when I tried to apply the 4-8 Subdivision after the Quad Dominant, MeshLab seems to be returning the wrong face counts. For instance, with an input triangular mesh (V:100 F:146), the Quad Dominant filter turns the mesh into all quads and MeshLab shows that the current mesh still has the same amount of V and F, while it seems like it should be (V:100 F:75), and after the 4-8 Subdivision filter, MeshLab shows the mesh as (V:207 F:324), while it seems like it should be (V:207 F:162).
Essentially, I would love to run MeshLabServer through commandline, and filter meshes with first Quad Dominant and then 4-8 Subdivision, and then outputs a separate file.
Any help or advice would be greatly appreciated.
Thanks a lot!
Tim
The text was updated successfully, but these errors were encountered: