From: eap Date: Wed, 24 Sep 2014 14:02:39 +0000 (+0400) Subject: 22704: EDF BLSURFPLUGIN: The SetPhysicalMesh parameter "BLSURF_Custom" is not defined X-Git-Tag: V7_5_0a1^0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=969b11486c35599b3e822daf2aed9bfd86a42693;p=plugins%2Fblsurfplugin.git 22704: EDF BLSURFPLUGIN: The SetPhysicalMesh parameter "BLSURF_Custom" is not defined Fix a regression -- restore LSURF_Custom, BLSURF_GlobalSize, BLSURF_LocalSize --- diff --git a/src/BLSURFPlugin/BLSURFPluginBuilder.py b/src/BLSURFPlugin/BLSURFPluginBuilder.py index 61db33d..06adba9 100644 --- a/src/BLSURFPlugin/BLSURFPluginBuilder.py +++ b/src/BLSURFPlugin/BLSURFPluginBuilder.py @@ -30,7 +30,7 @@ FromCAD, PreProcess, PreProcessPlus, PreCAD = 0,1,2,3 DefaultSize, DefaultGeom, MG_CADSURF_GlobalSize, MG_CADSURF_LocalSize = 0,0,1,2 # Retrocompatibility MG_CADSURF_Custom, SizeMap = MG_CADSURF_GlobalSize, MG_CADSURF_LocalSize - +BLSURF_Custom, BLSURF_GlobalSize, BLSURF_LocalSize = MG_CADSURF_Custom, MG_CADSURF_GlobalSize, MG_CADSURF_LocalSize # import BLSURFPlugin module if possible noBLSURFPlugin = 0