os.environ['DISTENE_LICENSE_FILE']
except:
QMessageBox.warning(None,"Products","""\
-Distene's product MeshGem SurfOpt (formerly Yams) is not installed.
+Distene's product MeshGem SurfOpt is not installed.
required environment variable:
DISTENE_LICENSE_FILE='.../dlim8.var.sh'""")
return
try:
from yamsplug_plugin import YamsLct
- salome_pluginsmanager.AddFunction('ReMesh with MGSurfOpt ( formerly Yams )',
+ salome_pluginsmanager.AddFunction('ReMesh with MGSurfOpt',
'Run Yams',
YamsLct)
except:
- salome_pluginsmanager.logger.info('ERROR: MGSurfOpt (Yams) plug-in is unavailable')
+ salome_pluginsmanager.logger.info('ERROR: MGSurfOpt plug-in is unavailable')
pass
try: