NodeOSC icon indicating copy to clipboard operation
NodeOSC copied to clipboard

blender OSC addon to be used with nodes

Results 13 NodeOSC issues
Sort by recently updated
recently updated
newest added

Hi there the plugin starts off well, as soon as i stop the service i get a error ![nodeOSC_stopServiceError](https://user-images.githubusercontent.com/22413401/179407126-ca22d9e2-585c-4f20-9143-2a643ade0c60.png) im using Blender 3.2

BGE 3.0 publish issues ![issue](https://user-images.githubusercontent.com/45113243/165939587-c8f64012-bd80-47cc-9c4c-fe8b51ea2e46.png)

Greetings. NodeOSC is no longer working on recent versions of Blender on MacOS with Apple Silicon M1 chips. The ('from collections' to 'from collections.abc') fix that was proposed in earlier...

Hello, thanks for the wonderful plug in. However, I am having problem with the plugin activation. I've managed to install the plugin, but when I click the plugin check box,...

Hello maybites, First of all, I really love the add-on. I somehow found an issue when using the animation node side of the addon (Node messages). I can't send OSC...

Please check blenders [suggestions](https://wiki.blender.org/wiki/Process/Bug_Reports).

good first issue

Hi! Thank you so much for making such amazing tool! I was trying to update my shape key using osc data, here is my config: ![Screenshot 2024-03-05 034257](https://github.com/maybites/blender.NodeOSC/assets/27490976/9b348255-838f-4ce3-9715-6cf1eba846e3) The error...

I have a noticed a bug on the node-osc, I made this script controling blender basic functions trough midi, the problem lies on the pressing ctrl+z when making a mistake...

This is the error below when i try to install it? Traceback (most recent call last): File "C:\Program Files\WindowsApps\BlenderFoundation.Blender_3.6.2.0_x64__ppwjx1n5r4v9t\Blender\3.6\scripts\modules\addon_utils.py", line 333, in enable mod = __import__(module_name) ModuleNotFoundError: No module named...

![11111](https://github.com/maybites/blender.NodeOSC/assets/24538203/cd3bdaba-402c-49a8-9115-2370f0da78f1) I use QUATERNION to work with NodeOSC, but the skeleton not moving. Could you help me check it? below is my code: vmcClient.Send("/VMC/Ext/Bone/mode", "RightUpperLeg", "QUATERNION"); vmcClient.Send("/VMC/Ext/Bone/mode", "RightLowerLeg", "QUATERNION"); vmcClient.Send("/VMC/Ext/Bone/mode",...