X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=blender%2Fio_mspgl%2Fanimation.py;h=b7576fb516d761e0806d29cc8c7279e7e2956c5e;hp=59f34b4d7c532e35e0a852493b81120a1a9fff61;hb=4c142176bad0ad17128a8176bedac3952c069449;hpb=8cea7c616aa74f2bb23d41ece5e4ef1f59f9e4b4 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