Spread shows as changed when static

I do not understand why the spread results as changed even if it is not changing.
SpreadChanged.vl (7.5 KB)

you can use a SequenceChanged to check if the contents of that sequence changed. The Spread is created every frame with the repeat node. also the SetSlice produces a new spread.

And the foreach isn’t needed for the setslice.

maybe you want to use a cache to compute only if the parameters change. like this:

1 Like

Ok with SequenceChanged but I don´t understand why you say that the Repeat loop is not needed, I am changing different slices.

in the uploaded patch you tried to change only one slice
image

as long as there’s no splicer input to the foreach region, the foreach (and anything inside) isn’t doing anything

1 Like

Sure, you are right, the patch was a simplified example with only one slice set, tx.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.