projects
/
libs
/
gl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cea7c6
)
Remove a stray debug print
author
Mikko Rasa
<tdb@tdb.fi>
Wed, 3 Jul 2019 17:04:33 +0000
(20:04 +0300)
committer
Mikko Rasa
<tdb@tdb.fi>
Wed, 3 Jul 2019 17:04:33 +0000
(20:04 +0300)
blender/io_mspgl/animation.py
patch
|
blob
|
history
diff --git
a/blender/io_mspgl/animation.py
b/blender/io_mspgl/animation.py
index 59f34b4d7c532e35e0a852493b81120a1a9fff61..b7576fb516d761e0806d29cc8c7279e7e2956c5e 100644
(file)
--- 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