Forráskód Böngészése

Fix: Bone Collection incorrect interface type

Joseph Brandenburg 2 hónapja
szülő
commit
81f46d4eac
1 módosított fájl, 0 hozzáadás és 2 törlés
  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: