]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
Paraview plugin should not be added to PV_PLUGIN_PATH
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 14 Oct 2022 12:22:39 +0000 (14:22 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 14 Oct 2022 12:22:39 +0000 (14:22 +0200)
products/env_scripts/ParaView.py

index c02be960e561c643165197e8b9922bc5d9f7fb6c..192b6e822ea181bf5a3bd28d22b235463ba3d54d 100644 (file)
@@ -52,7 +52,7 @@ def set_paraview_env(env, version):
         paralib = os.path.join(root, lib_dir, 'paraview-' + version)
         env.prepend('PV_PLUGIN_PATH', paralib)
         # bos #26828
-        env.prepend('PV_PLUGIN_PATH', os.path.join(paralib, 'plugins'))
+        #env.prepend('PV_PLUGIN_PATH', os.path.join(paralib, 'plugins'))
         env.prepend('PYTHONPATH', os.path.join(paralib, 'site-packages'))
         env.prepend('PYTHONPATH', os.path.join(paralib, 'site-packages', 'vtk'))
         env.prepend('PATH', os.path.join(root, 'include', 'paraview-' + version))