Salome HOME
Merge branch 'akl/tests_update'
[modules/paravis.git] / test / VisuPrs / Animation / C8.py
index 0e2d34c4af32cef144b6a6af4dfa834070bb4a52..5d241f4f7a0343b1583ad425c9011acd20a2dc90 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+"C8_dom."+my_format)