maybites / NodeOSC

blender OSC addon to be used with nodes
GNU General Public License v3.0
123 stars 18 forks source link

blender 3.1 addon open failed #17

Closed SHIELDXIE closed 2 years ago

SHIELDXIE commented 2 years ago

Hi,Can you help me to find the problem, thank you very much! image system-info.txt

maybites commented 2 years ago

I will update the addon in the comming days.

in the meantime you could try make the following change:

inside this file:

https://github.com/maybites/blender.NodeOSC/blob/master/server/pythonosc/udp_client.py

change line 3 as stated here:

from collections.abc import Iterable

that should do it. hopefully.

SHIELDXIE commented 2 years ago

It works, thanks so much!