Hey devvvs
i’m getting issues with spreadMax being passed into
void IPlugin.Evaluate(int spreadMax)
(and subsequently into my node)
The situation is:
2 inputs (enum and value) have 6 slices entering, both with BinSize set to -1
We expect spreadMax to report 1 (as all elements from both inputs should be packed into single respective slices). This is true most of the time but sometimes it switches to 6 every few frames (no user input).
hmm…
there must be something sporadic influencing it
it’s in my VideoIn (CLEye) node