Salome HOME
Merge branch 'akl/tests_update'
[modules/paravis.git] / test / VisuPrs / Animation / E8.py
index 24e858f3c364dfa3bbfb977c5eb13c7aaf31c89f..d52f4728aef43bf84bc6c89219f1279c1fe9e490 100644 (file)
@@ -64,9 +64,10 @@ if not picturedir.endswith(os.sep):
     picturedir += os.sep
 
 # Select only the current field:
-aProxy.PointArrays.DeselectAll()
-aProxy.CellArrays.DeselectAll()
-aProxy.CellArrays = ['pression']
+aProxy.AllArrays = []
+aProxy.UpdatePipeline()
+aProxy.AllArrays = ['TS0/dom/ComSup0/pression@@][@@P0']
+aProxy.UpdatePipeline()
    
 # Animation creation and saving into set of files into picturedir
 scene = AnimateReader(aProxy,aView,picturedir+"E8_dom."+my_format)