From that log it looks like it fails to install the python-osc package. In case it’s missing from your archive you could try running this in the script editor from create and re-enable the extension.
Not entirely sure if it’ll fix it, but worth a shot until a developer can help.
The GitHub repository exceeded the git lfs data quota limit, which resulted in malformed files in the release archive, including the vendored python-osc wheel. I fixed this issue, tested in Create 2022.3.0, and deployed a new release, v0.2.2, which should be available in the community extension list within the next few days. When the extension is available, I’ll test and confirm that the issue is indeed fixed. If you need this fixed sooner, you can clone and install the extension from the source at GitHub - NVIDIA-Omniverse/kit-osc: Omniverse Kit extension for sending and receiving OSC (Open Sound Control) messages.
@Jshrake , i was trying to build an extension to actually link the incoming osc data to some prims attributes via name. So the name of the channel is the path of the attribute you want to control, If type is correct than move the value with osc data. This will save tons of objects in the action graph + making the whole things really fast to use and change on the fly. Do you think such a feature will be possible in one of your next releases?
i was trying to build an extension to actually link the incoming osc data to some prims attributes via name. So the name of the channel is the path of the attribute you want to control, If type is correct than move the value with osc data. This will save tons of objects in the action graph + making the whole things really fast to use and change on the fly. Do you think such a feature will be possible in one of your next releases?
You can do this today with the existing functionality. I’ve attached an example scene. It makes use of omni.graph.scriptnode, which you will need to manually install and enable before opening the scene. The main idea is to use a python script to map the address name to a valid USD attribute name. In this case, the OSC address is /xformOp:scale and the script removes the leading / to create a valid USD attribute name.
Yup, I got it and its all working - thanks for the quick response.
I purchased TouchOSC and Ctrl for iPad (not sure which one I’ll end up keeping).
But, looking at the included sample file - its not clear to me how to set the nodes up (forgive me, I’m totally new to OSC messages).
Let’s say I have 2 controls with this message path ‘/iPad/xy’ and ‘iPad/button’ - how would I respond to OSC messages from those two controls using the OnOSCMessage node and ExtractAttribute node?
OnOSCMessage looks like it grabs all OSC messages into a bundle? Then ExtractAttribute can grab a message out of the bundle? - but what value would that be in my scenario? Would the value be ‘/iPad/xy’ or something else?
FYI - I lead the effort that is now released to integration Touch OSC with Wacom Cintiq’s multi-touch and pen pressure.
This enables a type of realtime DIT Cart / Controller to connect and power distributed virtual art departments (VADs). Plus a new command and control center for “VJing” / triggers, sliders, etc. for 3D assets movements, VFX, etc.