X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FTools%2Fsmesh_plugins.py;h=3fedbd2815f6c8d20ec6c651c02c171dcbc7decc;hp=1eec49c1fdcc62cc1da9737931256b05d4178334;hb=f8923c57965084c2260bfd4cee3d0d5266ae0c9f;hpb=fa6a0c1c316abc62ada8c4d33c216da3bcfffd61 diff --git a/src/Tools/smesh_plugins.py b/src/Tools/smesh_plugins.py index 1eec49c1f..3fedbd281 100644 --- a/src/Tools/smesh_plugins.py +++ b/src/Tools/smesh_plugins.py @@ -1,5 +1,5 @@ -# -*- coding: iso-8859-1 -*- -# Copyright (C) 2011-2014 EDF R&D +# -*- coding: utf-8 -*- +# Copyright (C) 2011-2015 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -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