]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
IMP 16551 (show static trihedron): roll back to TKOpenGl graphic driver library
authorsan <san@opencascade.com>
Thu, 25 Dec 2008 16:35:03 +0000 (16:35 +0000)
committersan <san@opencascade.com>
Thu, 25 Dec 2008 16:35:03 +0000 (16:35 +0000)
bin/setenv.py

index b0056e4d8e1617ca94ba4488f95e05f2a95890c1..3c053c274b48735560574cb449db79f56ecca8be 100755 (executable)
@@ -254,14 +254,6 @@ def set_env(args, modules_list, modules_root_dir, silent=False):
     = os.path.join(modules_root_dir["KERNEL"],"share",
                    salome_subdir,"resources","kernel")
 
-    if "GUI" in modules_list:
-       if sys.platform == 'win32':
-           graphicShr = "OCCViewer.dll"        
-        else:
-           graphicShr = "libOCCViewer.so"      
-        os.environ["CSF_GraphicShr"] \
-       = os.path.join(modules_root_dir["GUI"],"lib","salome",graphicShr)
-
     if "GEOM" in modules_list:
         if verbose() and not silent: print "GEOM OCAF Resources"