From: Renaud Nédélec Date: Fri, 28 Mar 2014 14:40:59 +0000 (+0100) Subject: added a comment X-Git-Tag: V7_4_0a1~13 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=cdc42c9dc6de6d17f8467328484df60bed55bc38 added a comment --- diff --git a/src/Tools/smesh_plugins.py b/src/Tools/smesh_plugins.py index 1eec49c1f..b043ec692 100644 --- a/src/Tools/smesh_plugins.py +++ b/src/Tools/smesh_plugins.py @@ -47,6 +47,9 @@ salome_pluginsmanager.AddFunction('Meshed Pipe with a crack', 'Create a mesh with blocFissure tool', fissureCoudeDlg) +# ZCracks plugin requires the module EFICAS to be installed +# thus it is first tested if this module is available before +# adding the plugin to salome_pluginsmanager enable_zcracks = True try: import eficasSalome