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 CommandPost Overlays in Final Cut Pro to make use of FCPX Custom Overlays #2720

Draft
wants to merge 8 commits into
base: develop
Choose a base branch
from

Commits on Jun 4, 2021

  1. Configuration menu
    Copy the full SHA
    e702eff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1eb1769 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6e62af View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2021

  1. * added force functions, which set the current overlay to a non-exi…

    …stent file and then updates the the new value. This doesn't work when disabling the overlay, which still requires a viewer update to refresh.
    
    * Simplified the API down to a Viewer/EventViewer 'overlay enabled' function, and retrieving the selected `overlay` for the particular viewer.
    * While the whole API can be accessed via CustomOverlay, most will provbably access via the Viewer props (isOverlayEnabled/overlay/userOverlays)
    randomeizer committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    85b1501 View commit details
    Browse the repository at this point in the history
  2. * Stickler issues

    randomeizer committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    68ec80b View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

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

Commits on Jun 11, 2021

  1. * Initial checkin for Update Overlays to use the Viewer.videoImage fo…

    …r more accurate display #2719*
    
    * Currently very broken
    * Partially working:
       - Draggable Guides as multiple canvases
    * Not working:
       - Overlays
       - Transparency on anything
    * Also, some wicked bad lag when initially loading CP (on my machine). Still determining if this is due to code in this branch or CP overall.
    randomeizer committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    a2a4948 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

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