Git Product home page Git Product logo

Comments (10)

BryanCrotaz avatar BryanCrotaz commented on August 16, 2024

It's binding to all ethernet interfaces:

UDP_IP = "0.0.0.0"
UDP_PORT = 6454

So I'm not sure why it wouldn't connect. You'll need to tell MA where to send the Artnet universe - you should be able to use any IP address bound to one of your adaptors.

from blender-artnet.

MMagneson avatar MMagneson commented on August 16, 2024

Thank you, I got it working again now by setting the UDP IP to 127.0.0.1 to lock it to the MA output IP. It might be an issue in the system as MA sees 5 interfaces including the loopback (I have 3 physical).

There also is some confusion in the universe numbering, as MA/artnetominator uni 1 is uni 2 in Blender. I think there is a difference in QLC and MA in handling Art-Net (1-based vs 0-based).

from blender-artnet.

BryanCrotaz avatar BryanCrotaz commented on August 16, 2024

The Artnet spec gives numbering starting at 1 I think - that's why I did it that way

from blender-artnet.

BryanCrotaz avatar BryanCrotaz commented on August 16, 2024

I got it working again now by setting the UDP IP to 127.0.0.1

You set that in the blender code, or in MA? You should only have to set it in MA. The blender code binds to 0.0.0.0 which means it will accept data on any IP interface on this computer including 127.0.0.1.

from blender-artnet.

MMagneson avatar MMagneson commented on August 16, 2024

I set it in the Blender code. Before doing that I also got a warning about using multiple addresses/sockets from Windows in the console.

from blender-artnet.

BryanCrotaz avatar BryanCrotaz commented on August 16, 2024

That's odd - I've used it successfully on Windows 10

from blender-artnet.

BryanCrotaz avatar BryanCrotaz commented on August 16, 2024

Try using https://pypi.org/project/netifaces/ to list all the interfaces, and instead of one socket binding to 0.0.0.0, create a socket for each network interface.

from blender-artnet.

BryanCrotaz avatar BryanCrotaz commented on August 16, 2024

Happy to accept a PR if you can fix this

from blender-artnet.

BryanCrotaz avatar BryanCrotaz commented on August 16, 2024

@hesse2 did you get this working?

from blender-artnet.

BryanCrotaz avatar BryanCrotaz commented on August 16, 2024

Try the new version 1.4 too.

from blender-artnet.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.