From 969b11486c35599b3e822daf2aed9bfd86a42693 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 24 Sep 2014 18:02:39 +0400 Subject: [PATCH] 22704: EDF BLSURFPLUGIN: The SetPhysicalMesh parameter "BLSURF_Custom" is not defined Fix a regression -- restore LSURF_Custom, BLSURF_GlobalSize, BLSURF_LocalSize --- src/BLSURFPlugin/BLSURFPluginBuilder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2