mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-27 23:45:37 +05:00
Remove the text "formerly Yams" from SMESH plugin menus. MG-SurfOpt is the official name.
This commit is contained in:
parent
65b30f865b
commit
9b27b015d9
@ -37,7 +37,7 @@ def YamsLct(context):
|
||||
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
|
||||
|
@ -42,11 +42,11 @@ except:
|
||||
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user