From fb885047b9dd67bc47512a7ae8618e943725497d Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 2 Dec 2019 15:08:55 +0100 Subject: [PATCH] no wait --- demos/api/t8.py | 1 - 1 file changed, 1 deletion(-) diff --git a/demos/api/t8.py b/demos/api/t8.py index 0a4bf88e2c..ce5d45d596 100644 --- a/demos/api/t8.py +++ b/demos/api/t8.py @@ -150,7 +150,6 @@ for num in range(1, 4): adjust_num_opt("General.RotationX", 10) set_opt("General.RotationY", option.getNumber("General.RotationX") / 3) adjust_num_opt("General.RotationZ", 0.1) - gmsh.fltk.wait(0.01) # wait for 0.01s and resume execution gmsh.graphics.draw() # write out the graphics scene to an image file -- GitLab