diff --git a/CMakeLists.txt b/CMakeLists.txt index f887ca6..23cd04e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ if (INSTALL_Q3DMASC_PLUGIN) project( Q3DMASC_PLUGIN ) AddPlugin( NAME ${PROJECT_NAME} ) - set(Q3DMASC_PLUGIN_VERSION "0.6") + set(Q3DMASC_PLUGIN_VERSION "0.6+") include( CMakePolicies NO_POLICY_SCOPE ) diff --git a/NeighborhoodFeature.cpp b/NeighborhoodFeature.cpp index 0951e47..09b1db8 100644 --- a/NeighborhoodFeature.cpp +++ b/NeighborhoodFeature.cpp @@ -120,7 +120,6 @@ bool NeighborhoodFeature::prepare( const CorePoints& corePoints, // check if there exists a scalar field with the same name, if so, use it int sfIdx = corePoints.cloud->getScalarFieldIndexByName(qPrintable(resultSFName)); - useExistingScalarFields = true; if (sfIdx >= 0) { if (useExistingScalarFields) diff --git a/PointFeature.cpp b/PointFeature.cpp index 4102edc..cda696b 100644 --- a/PointFeature.cpp +++ b/PointFeature.cpp @@ -579,7 +579,6 @@ bool PointFeature::prepare( const CorePoints& corePoints, // check if there exists a scalar field with the same name int sfIdx = corePoints.cloud->getScalarFieldIndexByName(qPrintable(resultSFName)); - useExistingScalarFields = true; if (sfIdx >= 0) { if (useExistingScalarFields)