]> SALOME platform Git repositories - modules/paravis.git/commitdiff
Salome HOME
Fix test case hang-up B4NewMEDReader
authorvsr <vsr@opencascade.com>
Thu, 9 Jan 2014 13:29:05 +0000 (13:29 +0000)
committervsr <vsr@opencascade.com>
Thu, 9 Jan 2014 13:29:05 +0000 (13:29 +0000)
test/VisuPrs/Animation/A0.py

index 3e8aab60dee66575189329dc2a08f8a029893a8e..67e28248d69dc68f9e27371900559ec67711dc61 100755 (executable)
@@ -84,6 +84,6 @@ scene.PlayMode = 1 #  set RealTime mode for animation performance
 # set period
 scene.Duration = 40 # correspond to set the speed of animation in VISU 
 scene.GoToFirst()
-scene.Loop = 1
+scene.Loop = 0
 print "Animation.................................",
 scene.Play()