From b73b735666d41806948b279925caa791a6d9706b Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 9 Jan 2014 13:29:05 +0000 Subject: [PATCH] Fix test case hang-up --- test/VisuPrs/Animation/A0.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/VisuPrs/Animation/A0.py b/test/VisuPrs/Animation/A0.py index 3e8aab60..67e28248 100755 --- a/test/VisuPrs/Animation/A0.py +++ b/test/VisuPrs/Animation/A0.py @@ -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() -- 2.39.2