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

WIP: Improved Profile file parsing and error handling #493

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Apr 3, 2020

  1. Improved Profile parsing

    I modified the Profile constructor to better identify invalid or
    malformed Profile files and throw more informative exceptions.
    
    I will also be pushing a modification to openshot-qt to better handle
    these exceptions.
    
    I also modified the InterpolateBetween function in KeyFrame.cpp to
    remove a compilation warning.
    kartchnb committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    3343dd2 View commit details
    Browse the repository at this point in the history
  2. Rethought my changes to KeyFrame

    I made my changes to InterpolateBetween in KeyFrame.cpp less intrusive.
    kartchnb committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    ccc31c1 View commit details
    Browse the repository at this point in the history