• Editor
  • Constraint behavior change on additive animations (beta 4.3.23 -> 4.3.24)

I did not see it mentioned in the changelog so I thought I'd ask

On 4.3.23 and below constraints seemed to apply as non-additive when used in an additive animation, On 4.3.24 and above the values seem to be additive

It makes sense for this to be a fix. I just want to know if this is intentional (since I couldn't find it in the changelog), and this will be the chosen behavior going forward.
I've been, probably unwisely, leaning heavily on this non-additive within additive thing to create in-animation "switches", which I suppose I can now adapt as sliders. But I'd like to know if this is the definitive way constraints will work so I don't spend time patching up an extensive amount of stuff affected by this change.

Thanks!

  • Misaki ответили на это сообщение.
    Related Discussions
    ...

    Paperbot I believe the change listed in the changelog affects what you mentioned:

    Fixed some timelines not applying additively.

    Therefore, the previous behavior was a bug, and the behavior of the latest version should be correct. However, it is often the case that something may become incorrect due to the effects of fixes, so please feel free to point out any behavior that seems strange!

    • Paperbot ответили на это сообщение.
    • Paperbot оценил это.

      Misaki
      Ah, missed it due to wording. I appreciate the clarification.

      And yes, I will report any inconsistencies I find. Thanks for the swift reply

      Yep, it wasn't really right that some timelines ignored additive. Hopefully that doesn't mess you up!