X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOM_SWIG%2FVTKPluginBuilder.py;h=23f9ad8c169194907440a3076c086472e2d4a543;hb=25a3dc91508bb59688142bc616b10facc61dfc3d;hp=668cab2715ccb23823e5b9ffb780d84c1c743218;hpb=3b5904ed88d16fc106d9d1877dd2a6758f717149;p=modules%2Fgeom.git diff --git a/src/GEOM_SWIG/VTKPluginBuilder.py b/src/GEOM_SWIG/VTKPluginBuilder.py index 668cab271..23f9ad8c1 100644 --- a/src/GEOM_SWIG/VTKPluginBuilder.py +++ b/src/GEOM_SWIG/VTKPluginBuilder.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (C) 2014-2016 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2014-2021 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -24,7 +24,7 @@ from GEOM import IVTKOperations __libraryName__ = "VTKPluginEngine" def GetVTKPluginOperations(self): - anOp = self.GetPluginOperations(self.myStudyId, __libraryName__) + anOp = self.GetPluginOperations(__libraryName__) return anOp._narrow(IVTKOperations) ## Export the given shape into a file with given name in VTK format.