From 9a037661ae3e4083f50407d64a526841bee2109c Mon Sep 17 00:00:00 2001 From: Marco Callieri Date: Fri, 6 Apr 2018 13:26:06 +0200 Subject: [PATCH] removed BNPTS output filter the out-of-core poisson tool no longer exists. (new version is out-of-core) --- src/meshlab_full.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshlab_full.pro b/src/meshlab_full.pro index 2af8df185..8dc514907 100644 --- a/src/meshlab_full.pro +++ b/src/meshlab_full.pro @@ -20,7 +20,7 @@ SUBDIRS = common \ # Filter plugins meshlabplugins/filter_aging \ meshlabplugins/filter_ao \ - meshlabplugins/filter_bnpts \ +#no longer needed# meshlabplugins/filter_bnpts \ meshlabplugins/filter_camera \ meshlabplugins/filter_clean \ meshlabplugins/filter_color_projection \