pmeshlab

pmeshlab.filter_list() → List[str]

Returns a list of all the (python names of the) filters that have been loaded in the current session of PyMeshLab.

pmeshlab.load_default_plugins() → None

Loads the set of default plugins that are shipped with pymeshlab. This function is automatically run when importing pymeshlab, and it should be called just one time per session. If called when plugins are already loaded, a PyMeshLabException will be raised.

pmeshlab.number_plugins() → int

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

pmeshlab.print_filter_list() → None

Prints the list of all the filters have been loaded in the current session of PyMeshLab.

pmeshlab.print_filter_parameter_list(arg0: str) → None

Prints the list of the parameters of the given filter, with their default values.

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.