From 2af30ac5d930cbdb4cba162742ded39f4c17e254 Mon Sep 17 00:00:00 2001 From: Clarisse GENRAULT - DEN/DANS/DM2S/STMF/LGLS - 2012/10/01 Date: Thu, 14 Mar 2019 11:17:31 +0100 Subject: [PATCH] Renaming Fill in Split : Read old HDF --- src/FeaturesPlugin/FeaturesPlugin_Plugin.cpp | 2 +- src/FeaturesPlugin/plugin-Features.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/FeaturesPlugin/FeaturesPlugin_Plugin.cpp b/src/FeaturesPlugin/FeaturesPlugin_Plugin.cpp index 4f5d35f36..625381a19 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_Plugin.cpp +++ b/src/FeaturesPlugin/FeaturesPlugin_Plugin.cpp @@ -133,7 +133,7 @@ FeaturePtr FeaturesPlugin_Plugin::createFeature(std::string theFeatureID) return FeaturePtr(new FeaturesPlugin_BooleanCommon); } else if (theFeatureID == FeaturesPlugin_BooleanSmash::ID()) { return FeaturePtr(new FeaturesPlugin_BooleanSmash); - } else if (theFeatureID == FeaturesPlugin_BooleanFill::ID()) { + } else if (theFeatureID == FeaturesPlugin_BooleanFill::ID() || theFeatureID == "Fill") { return FeaturePtr(new FeaturesPlugin_BooleanFill); } else if (theFeatureID == FeaturesPlugin_Intersection::ID()) { return FeaturePtr(new FeaturesPlugin_Intersection); diff --git a/src/FeaturesPlugin/plugin-Features.xml b/src/FeaturesPlugin/plugin-Features.xml index c31b2795b..eb72aa4e4 100644 --- a/src/FeaturesPlugin/plugin-Features.xml +++ b/src/FeaturesPlugin/plugin-Features.xml @@ -75,6 +75,11 @@ auto_preview="false"> + + + -- 2.39.2