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

Update AnimationPlayer in real-time when keyframe properties change #91599

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on May 5, 2024

  1. Update AnimationPlayer in real-time when keyframe properties change

    Reflect changes to keyframed properties in AnimationPlayer in realtime
    
    Move AnimationPlayer position to key frame when key frame is selected
    dnllowe committed May 5, 2024
    Configuration menu
    Copy the full SHA
    e392efc View commit details
    Browse the repository at this point in the history
  2. Remove accidental new line

    dnllowe committed May 5, 2024
    Configuration menu
    Copy the full SHA
    4fa61ab View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Adds seek / real-time update behavior for easing changes

    Uses undo/redo action for seek behavior so it updates appropriately if user performs undo or redo
    dnllowe committed May 7, 2024
    Configuration menu
    Copy the full SHA
    03abfc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fcad57 View commit details
    Browse the repository at this point in the history
  3. Checks that AnimationPlayerEditor exists before invoking its methods

    Co-authored-by: Silc Lizard (Tokage) Renew <tokage.it.lab@gmail.com>
    dnllowe and TokageItLab committed May 7, 2024
    Configuration menu
    Copy the full SHA
    106258f View commit details
    Browse the repository at this point in the history
  4. Checks exists

    dnllowe committed May 7, 2024
    Configuration menu
    Copy the full SHA
    0fc135e View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    fc67aac View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    de194a2 View commit details
    Browse the repository at this point in the history