From 78b47ad3e4eaf4bc55d07323eed114a8ee0965a3 Mon Sep 17 00:00:00 2001 From: vsv Date: Tue, 4 Feb 2020 16:18:25 +0300 Subject: [PATCH] Change name of ShaperStudy root node from ShaperStudy to ShaperResults --- src/PY/SHAPERSTUDY_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PY/SHAPERSTUDY_utils.py b/src/PY/SHAPERSTUDY_utils.py index 20aa2db..21dd6cf 100755 --- a/src/PY/SHAPERSTUDY_utils.py +++ b/src/PY/SHAPERSTUDY_utils.py @@ -162,7 +162,7 @@ def findOrCreateComponent(): if father is None: father = builder.NewComponent( moduleName() ) attr = builder.FindOrCreateAttribute( father, "AttributeName" ) - attr.SetValue( "ShaperStudy" ) + attr.SetValue( "ShaperResults" ) attr = builder.FindOrCreateAttribute( father, "AttributePixMap" ) attr.SetPixMap( modulePixmap() ) #attr = builder.FindOrCreateAttribute( father, "AttributeLocalID" ) -- 2.39.2