JPfeP / AddOSC

OSC support for Blender

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple OSC Message value not showing

enzyme69 opened this issue · comments

The Multiple OSC Message can now be selected by index, which is nice. However, I noticed the value is not showing anymore on the panel:

screen shot 2016-10-28 at 21 20 53

It simply says: "Unknown".

I tried to access this property in Animation Nodes, and it says "Unknown". Wonder how to get to the indexed value...?

And also, if you are using Animation Nodes, wondering if there is a direct access to incoming OSC values, per message, or the one I am doing below is correct:

screen shot 2016-10-28 at 21 59 03

I do still need to remap values.

commented

Not sure what is happening. Beside the refresh problem of the GUI (sometimes updated only on the mouse movement over the panel), the reason of a Unknown value might be that the type of the message was not the one expected. Blender for instance will accept an integer if a float is expected but if the number is expressed as a string it won't be converted. May be the nodes used in AN do this implicitly. I will check this ASAP when I'm back from my vacation Friday.

Do you see anything in the 'last OSC message' box ? If a list is received you should see all the items.

commented

Hi, I found the problem about index > 0 and monitored value not updating. Indeed I introduced a last minute change last time before committing, causing the fault . I have not yet uploaded the fix but I will do soon this week-end. Currently trying to resolve the whole refresh problem.

So it was not was I had in mind.