ソースを参照

remove annoying print

Joseph Brandenburg 6 ヶ月 前
コミット
b0ea1ab126
1 ファイル変更0 行追加1 行削除
  1. 0 1
      link_containers.py

+ 0 - 1
link_containers.py

@@ -684,7 +684,6 @@ class LinkInverseKinematics(MantisLinkNode):
 
         props_sockets = self.gen_property_socket_map()
         evaluate_sockets(self, c, props_sockets)
-        print (props_sockets)
         c.use_location   = self.evaluate_input("Position") > 0
         c.use_rotation   = self.evaluate_input("Rotation") > 0
         self.executed = True