shhlife / harmony

Scripts for ToonBoom Harmony
GNU General Public License v3.0
28 stars 8 forks source link

With NC_Tween.ui favoring doesn't always work with multiple items selected. #7

Closed shhlife closed 5 years ago

shhlife commented 5 years ago

Describe the bug When favoring a key, it works great with a single drawing selected, but sometimes multiple nodes don't work correctly.

To Reproduce Steps to reproduce the behavior:

  1. Select two drawings or pegs
  2. place the timeline between two keyframes
  3. Hit the NC_Tween icon
  4. Hit the button to make it jump to halfway
  5. Hit favor previous frame. the top node works, but the second doesn't.

Expected behavior Both pegs should be moving.

shhlife commented 5 years ago

I can reproduce the bug (heck, I reported it! :).

Haven't had time to dig in yet to try and fix it, but I'll get to it.

shhlife commented 5 years ago

Ah! found it - I was resetting the percentage to 50 after each click. Solved it!