Why are One-to-Many Kernel Port Array not possible, but One-to-Many Simulation Port Array is possible in data flow graph?
the only solution i see is to have an intermediate node that relays from simulation to kernel
Why are One-to-Many Kernel Port Array not possible, but One-to-Many Simulation Port Array is possible in data flow graph?
the only solution i see is to have an intermediate node that relays from simulation to kernel
is there any way to reinterpret a kernel port array input as a buffer, so that you can connect a node with a kernel output buffer of length n to port array input of size n?
so like for example, have a node that outputs a buffer of floats that is connected to all the weight input ports of an NMixer anim node?
currently, the solution i have is have a node that manages weights for the nMixer node. it outputs messages to n relay nodes. those relay nodes then relay their weight to the nmixer with kernel output, which seems ugly