Hi,
I have several user nodes declared in a custom user nodespace, very similar to the example.nodes
project in the SDK examples.
Unfortunately I encountered a problem while declaring a node with variadic input attribute, that has a portbundle as data type. The exact problem I notice is that the previews of dependent nodes of the one with the variadic input are not updated when any connected nodes to the variadic portbundles are changed. As a detail here - I noticed this only happens if the connected nodes (as inputs) to the variadic portbundles are also user nodes and having the builtin Color
or Value
nodes used as inputs properly triggers preview updates.
So from the above description I think I'm missing something in the declarations of my user nodes, that leads to this behavior. Can you assist me in what might be wrong in the user nodes setup or in the definition of the nodespace?
Thanks in advance,
Deyan