瀏覽代碼

Fix: Bone Collection incorrect interface type

Joseph Brandenburg 2 月之前
父節點
當前提交
81f46d4eac
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      socket_definitions.py

+ 0 - 2
socket_definitions.py

@@ -139,8 +139,6 @@ def map_color_to_socket_type(socket_color):
         return "KeyframeSocket"
     if socket_color == cEnable:
         return "BooleanSocket"
-    if socket_color == cBoneCollection:
-        return "KeyframeSocket"
     if socket_color == cDeformer:
         return "DeformerSocket"
     if socket_color == cShapeKey: