NodeOSC icon indicating copy to clipboard operation
NodeOSC copied to clipboard

Loop-Custom-Messages Issue

Open 42x00 opened this issue 1 year ago • 8 comments

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

The error is: Screenshot 2024-03-05 034827 It seems it's trying to assign the entire arg array to the shape key value.

Manually repeating config should work: Screenshot 2024-03-05 035148

Blender version: 4.0 System: Win11

42x00 avatar Mar 05 '24 11:03 42x00

try putting args[idx] into brackets:

(index)

maybites avatar Mar 06 '24 08:03 maybites

thanks for the suggestion, still the same error: 'float' object does not support item assignment

42x00 avatar Mar 26 '24 00:03 42x00

can you post your blend file?

maybites avatar Mar 26 '24 08:03 maybites

thanks for offering! I downloaded the add-on from here: https://files.is.tue.mpg.de/tbolkart/FLAME/FLAME_Blender_AddOn.zip and followed their instruction: https://github.com/TimoBolkart/FLAME-Blender-Add-on to modify the expression of the face model

42x00 avatar Mar 26 '24 08:03 42x00

can you post me the osc message you send to nodeOSC?

maybites avatar Mar 26 '24 09:03 maybites

the osc message is 100 random floats like (0.0, 0.0, 0.0, ...)

42x00 avatar Mar 26 '24 09:03 42x00

yeah, there is something amiss in my code. I investigate..

maybites avatar Mar 26 '24 19:03 maybites

should be fixed: https://github.com/maybites/blender.NodeOSC/releases/tag/V2.4.1

screenshot_Format

maybites avatar Mar 26 '24 20:03 maybites