Salome HOME
Merge branch 'akl/tests_update'
[modules/paravis.git] / test / VisuPrs / Animation / B2.py
index e51d11fb73ba60f177ac917371b2c3f504b6b1ea..83801ce5fe497c98d2b69d3899e0e35d0000068c 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+"B2_dom."+my_format)