Hey to all.
Downloaded a project of a Neural Network here, installed proper versions of Blender (2.93.1) and Animation nodes (2.2.2), but there are some errors in the node tree....
location: :-1
Python: Traceback (most recent call last):
File "C:\Users\111\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\animation_nodes\base_types\nodes\base_node.py", line 188, in draw_label
return self.drawLabel()
File "C:\Users\111\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\animation_nodes\nodes\list\create_list.py", line 56, in drawLabel
return "Create " + toListDataType(self.assignedType)
File "C:\Users\111\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\animation_nodes\sockets\info.py", line 138, in toListDataType
return _socketInfo.listDataType[input]
KeyError: 'Numpy Array'
Hey to all. Downloaded a project of a Neural Network here, installed proper versions of Blender (2.93.1) and Animation nodes (2.2.2), but there are some errors in the node tree....
location::-1
Python: Traceback (most recent call last):
File "C:\Users\111\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\animation_nodes\base_types\nodes\base_node.py", line 188, in draw_label
return self.drawLabel()
File "C:\Users\111\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\animation_nodes\nodes\list\create_list.py", line 56, in drawLabel
return "Create " + toListDataType(self.assignedType)
File "C:\Users\111\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\animation_nodes\sockets\info.py", line 138, in toListDataType
return _socketInfo.listDataType[input]
KeyError: 'Numpy Array'
How it looks inside the Blender:
How to fix it? Thanx!