Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clip starting frame #301

Open
wants to merge 3 commits into
base: 1.19
Choose a base branch
from
Open

Commits on Dec 14, 2020

  1. Add starting frame to loop and play once

    Now loop and play once can have a starting frame set. Currently, loop
    goes back to the very beginning, not the starting frame, but that can be
    fixed if other behavior is desired.
    
    This should resolve issue Wicklets#280.
    sporklpony committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    7209a7f View commit details
    Browse the repository at this point in the history
  2. Fix syncing bugs

    In the previous implementation, some bugs related to syncing occurred.
    They all should be fixed now; both syncing and non-syncing should work
    as expected, with a starting frame.
    sporklpony committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    4eaa118 View commit details
    Browse the repository at this point in the history
  3. Add and Update Tests for Clip Starting Frame

    Now there are tests for the clip starting frame. I also updated tests
    that needed to be tweaked after the changes to the clip starting frame.
    sporklpony committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    787c26e View commit details
    Browse the repository at this point in the history