You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compound-clip Excel reports:FinalCutPro.FCPXML.allReportTimelineSources() discovers both project sequences and standalone compound-clip timelines (event-level ref-clip → media/sequence). ReportBuilder / buildReport and Summary use this so FCP “Export XML” of a compound clip (no <project>) produces role inventory, markers, and other sheets like a normal project.
🔧 Improvements
Test suite: Expanded to 933 tests (932 in OpenFCPXMLKitTests + 1 optional ExcelReportTest), including FCPXMLCompoundClipReportTests.
🐛 Bug Fixes
Report timeline resolution: Documents that contain only an event-level compound clip no longer fail with ReportError.noProjectsFound; reporting walks the compound clip’s media sequence instead.