Since
weights
doesn't change during the loop, I thought I can directly connect it like this.However, it seems to be causing a very obscure bug. Passing it to
__spare__
fixes them:It's quite hard to explain what kind of bug I've run into, since it only happens in a rather complicated rig of mine. The only thing I know is that passing an array that doesn't change during the loop to
__spare__
fixed it.Is there an official explanation of this
__spare__
thing and what should be connected to it?