pmeshlab

pmeshlab.number_plugins() → int

Returns the number of plugins loaded in the current session of PyMeshLab.

pmeshlab.print_plugin_list() → None

Prints all the meshlab plugins loaded in the current session of PyMeshLab.

pmeshlab.print_pymeshlab_version() → None

Prints the PyMeshLab version that is currently running.

pmeshlab.set_max_gpu_memory(arg0: int) → None

Sets the maximum number of GPU memory MegaBytes dedicated to PyMeshLab filters. This function should be run just one time after import pymeshlab instruction. If not changed, the default value is 350 Mb.