You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use controllers to provide constants to dimensional constraints.
When I delete a constraint in the middle of the list, the controllers applied further in the list "shift" to the previous constraint.
It looks like the controllers are associated to the index in the list rather than to the constraint itself, leading to a misassociation when the order of the list changes.