Browse Source

Fix: Bone Collection incorrect interface type

Joseph Brandenburg 2 tháng trước cách đây
mục cha
commit
81f46d4eac
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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: