Bringing a python project to blender

Hi,

I found this interesting python project on GitHub by Luigi Freda.

How difficult would it be to make a blender addon out of this?

1 Like

How difficult would it be to make a blender addon out of this?

That completely depends on what type of addon you would want to make and what that addon would do.

Apart from that the package is itself is quite extensive, needing some large (and well-known) dependencies, e.g. TensorFlow and OpenCV. Those would need to be available alongside the addon, so it would become quite a large addon package all in all. I even see some C++ code in the thirdparty directory, which would need to compiled, which isn’t very attractive for the end-users of the addon so the compiled code would need to be distributed alongside.