Steffan Andrews
Steffan Andrews
I'm trying to maintain current compatibility if possible so I'm using NavigationSplitView for the newer platforms and NavigationView for the older ones. I have a somewhat workable prototype now, but...
I'm going to put a pin in this and circle back later - there's other projects needing attention. If you feel inclined to attempt implementing any of this feel free...
@DanBurkhardt I didn't get very far at the time. Got pulled onto other projects and also ran into some roadblocks that were making it evident that a proper refactor to...
Yeah that should be pretty straightforward. IIRC, we're currently just taking the first project found in the FCPXML. Probably because that was the most common during our workflow and testing....
This is actually a lot more involved than it may have seemed. 1. The notion of 'project' is pervasive in the source code and documentation, so I'm having to factor...
Yes, and really we are only really dealing with a single timeline regardless of what timeline it is. To the users, we blur this line by now inferring the timeline...
When FCPXML only contains a clip: - That means that our `Event Name`, `Project Name` and `Library Name` manifest fields will be empty, since Final Cut does not export that...
> drag-n-drop support for compound clips > Are we able to support Compound Clip's FCPXML Missed this question. Yes, dragging the clip directly from Final Cut Pro's browser will work....
New alpha build for testing: https://github.com/TheAcharya/MarkersExtractor/releases/tag/0.3.7-alpha1
Ah I think I figured it out. For standalone clips, Final Cut exports the XML differently depending whether you: 1. Select the clip in the browser then export XML via...