We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, i just stumbled accros your great PyMeshLab module, which makes working in MeshLab really convenient. In my case, I am also interested in the optimal oriented bounding box, which was implemented as an extra plugin by Alfonso Sánchez-Beato (https://www.alfonsobeato.net/cc/a-meshlab-plugin-to-find-optimal-oriented-bounding-boxes/).
Is there any possibility to run this plugin from PyMeshLab after I imported it to my MeshLab?
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered:
It should be already possible. Just download the plugin, and load it using pymeshlab.load_plugin(plugin_name).
pymeshlab.load_plugin(plugin_name)
Sorry, something went wrong.
No branches or pull requests
Hi,
i just stumbled accros your great PyMeshLab module, which makes working in MeshLab really convenient. In my case, I am also interested in the optimal oriented bounding box, which was implemented as an extra plugin by Alfonso Sánchez-Beato (https://www.alfonsobeato.net/cc/a-meshlab-plugin-to-find-optimal-oriented-bounding-boxes/).
Is there any possibility to run this plugin from PyMeshLab after I imported it to my MeshLab?
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: