Hi guys, I've been working on a native Python module for a Blender addon. The Python module is written in Rust, and it runs inside the python interpreter bundled with Blender. The module imports fine if I start Blender from the command line, but if I start it from the icon it crashes immediately.
Apparently this is because of the new Gatekeeper requirements in Catalina, where binaries have to be notarized. My question is: how do I notarize a python module? It's a .so file. There's also the issue that it runs inside Blender, does that change anything?
Thanks!
Apparently this is because of the new Gatekeeper requirements in Catalina, where binaries have to be notarized. My question is: how do I notarize a python module? It's a .so file. There's also the issue that it runs inside Blender, does that change anything?
Thanks!