I have found that when I try to set a vector var’s elements from the vector itself, it seems to invalidate the whole execution lane. In such a case, I want to process the XY separately from the Z and preserve XY while I set Z.
Notice this:
This simple test confirms results in which I tried to operate on the same vector in two different functions in the same config. When I try to pass in the values of the vector to the unchanged elements, the execution lane stops running.
[edit] I am on 5.1.0 preview.
[edit] Persists in 5.1.0 release.