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
Don't allow deletion of the first control point in automation lines
It seems to be an invariant that automation lines always have an
"anchor" control point at time zero. That control point is set when the
first real control point is set. It thus seems like it shouldn't be
possible to remove it unless the whole control set is being cleared..
However: If it really is an important invariant, it should be enforced
at a lower level. And it is also possible to drag the anchor away from
time zero, thus raising the question of when it is an anchor and why it
is needed. It seems like automation generally works fine without these
anchors.
0 commit comments