فهرست منبع

remove debugging code that was left in error

Joseph Brandenburg 3 ماه پیش
والد
کامیت
268e0f0b8f
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      utilities.py

+ 0 - 2
utilities.py

@@ -142,8 +142,6 @@ def get_socket_maps(node, force=False):
                     map[sock.identifier]=None
                 else:
                     raise RuntimeError(f"ERROR: Could not get socket data for socket of type: {sock.bl_idname}")
-    if node.name == 'Morph Target XZ 4-shape':
-        raise NotImplementedError
     return maps
 
 # this function is completely overloaded with different purposes and code paths