PyMeshLab
PyMeshLab copied to clipboard
Progress percentage of filter
There is a way, for eg a call-back to know the progress percentage of a filter.
I'm using long execution in time filters like generate_surface_reconstruction_screened_poisson() which will take a lot of time to be accomplished and I would like to show the end user an execution progression.
There is not such feature right now, but it could be implemented for future releases. Right now, the only way to know the progress of filters is to set to true the MeshSet verbosity, but it is not ideal in your case.