PyMeshLab icon indicating copy to clipboard operation
PyMeshLab copied to clipboard

Progress percentage of filter

Open shineworld opened this issue 1 year ago • 1 comments

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.

shineworld avatar Apr 04 '23 08:04 shineworld

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.

alemuntoni avatar Apr 13 '23 09:04 alemuntoni