Revert "Fracture Model Template: Hide new features behind experimental flag"

This reverts commit 03ae6e5ee4.
This commit is contained in:
Kristian Bendiksen
2020-10-21 11:42:57 +02:00
parent 899fa64e75
commit f09dad2fb9
2 changed files with 2 additions and 10 deletions

View File

@@ -888,10 +888,7 @@ caf::CmdFeatureMenuBuilder RimContextCommandBuilder::commandsFromSelection()
}
else if ( dynamic_cast<RimFractureModelTemplateCollection*>( firstUiItem ) )
{
if ( RiaApplication::enableDevelopmentFeatures() )
{
menuBuilder << "RicNewFractureModelTemplateFeature";
}
menuBuilder << "RicNewFractureModelTemplateFeature";
}
else if ( dynamic_cast<RimFractureTemplateCollection*>( firstUiItem ) )
{