spoter368 / os3m-software

PC-side software for interpreting and configuring the OS3M mouse
https://hackaday.io/project/187172-os3m-mouse
GNU General Public License v3.0
82 stars 12 forks source link

Integration with Blender #3

Open tilman opened 9 months ago

spoter368 commented 9 months ago

I've been working this one since it was the top comment on the YouTube video. From what I've been able to tell, Blender does not have a C++ API, only a python one. Thus, I think I'll have to take a split approach where the user will have to run a python script in blender that opens a socket that is then connected to by the OS3M Software application. Anyone have any thoughts on this?