python-edl
python-edl copied to clipboard
Improve transition management
- adds ToNameMatcher for identify destination name (TO CLIP NAME) in a transition event. While (TO FROM NAME) Name is pushed to the previous entry on the list.
- Update regular expression for EFFECTS Matcher. As Working with Toon Boom Storyboard Pro EDL files, its output uses a different phrasing for EFFECTS comment.
- Move Location for next_event assignment in EventMatcher.apply(). Reason: After a transition event, the event didn't have value for next_event so it was preventing iteration. Only Cut assigned the property. (Tested for my known cases)