From fa02ef2a4f2dece9e9cde2a76e922b585e60e3d2 Mon Sep 17 00:00:00 2001 From: jfa Date: Fri, 22 Mar 2019 13:07:57 +0300 Subject: [PATCH] tracker_salome #16694 EDF - Problem with T-Shape --- src/Tools/geom_plugins.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Tools/geom_plugins.py b/src/Tools/geom_plugins.py index 069465d53..f0311a438 100644 --- a/src/Tools/geom_plugins.py +++ b/src/Tools/geom_plugins.py @@ -21,7 +21,10 @@ import salome_pluginsmanager -def t_shape_fluid(): +def t_shape_fluid(context): + + #study = context.study + #sg = context.sg #from salome.geom.t_shape import t_shape_builder from salome.geom.t_shape import t_shape_dialog -- 2.39.2