X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=blender%2Fio_mspgl%2Fanimation.py;h=b7576fb516d761e0806d29cc8c7279e7e2956c5e;hb=56beca9d8b4f7b4edac81411d31e24df88e84ac3;hp=59f34b4d7c532e35e0a852493b81120a1a9fff61;hpb=569abc900f42d8e7b70520e2c9ef8a5547878266;p=libs%2Fgl.git diff --git a/blender/io_mspgl/animation.py b/blender/io_mspgl/animation.py index 59f34b4d..b7576fb5 100644 --- a/blender/io_mspgl/animation.py +++ b/blender/io_mspgl/animation.py @@ -92,7 +92,6 @@ class Animation: while d<-math.pi/2: d += math.pi - print("Difference for {} {} is {}".format(c.data_path, c.array_index, d)) if d>threshold: self.looping = False break