[BUG] Piping, binding

If you do binding on a piping attribute, and then remove a pipe below in the array of pipes, the binding seems to shift places.
The results are:

  1. The binding effect is on another pipe.
  2. Unable to remove bindings on attributes

If you want to use binding, make sure your all done with drawing the pipes.

1 Like

All bindings on arrays are set to the array index.
So yea becareful when setting bindings to arrays or avoid it by binding to the parent(object)

Yes, but the designer doesn’t update these bindings - so your not even able to remove the binding - because it is wrongly indexed.