Russell August Anderson

Results 8 issues of Russell August Anderson

I could be overlooking something obvious, but when I run this: ``` var data = $http({ method: 'POST', payload: { username: "My Webhook Name", content: "The message to send" },...

https://github.com/Adobe-CEP/Samples/blob/c857e94ca87d5d440946b0c668c778b497e72476/PProPanel/jsx/PPRO/Premiere.jsx#L768 I know it's commented out, but this produces a negative number. If you want duration, `app.project.activeSequence.end` divided by 254016000000 seems to work without the zeroPoint. zeroPoint's ticks appear to...

I've been at this all day and haven't been able to crack it. Has anyone come across a way to take an existing AAF and manipulate the existing content, for...

I'm experimenting with OTIO for AAF roundtrips in Avid and doing some programmatic reordering of clips. Pretty simple stuff, let's say sorting the clips alphabetically. I am running into problems...

bug
help wanted

From a short bit of experimenting, to get this running on python3, this line just needs updating: https://github.com/simonh10/python-edl/blob/a7185fc6b3e9b554fb802cc63853981823125a72/edl/__init__.py#LL567C18-L567C18 ```python if isinstance(input_, collections.Iterable): ``` to ```python if isinstance(input_, collections.abc.Iterable): ```

Anyone have any success switching cameras on a Selector in an existing AAF? I'm baffled by it using "Selected" and "Alternates" as the system, as opposed to what .avb files...

A field for **In-Laws** under FAMILY RELATIONSHIP would be useful as I'm bumping into that a bunch.

feature request

Looking through the closed histories and pull requests, Waypoints appear to have have been supported and added to the .md. But then they disappeared. Are Waypoints supported? My primary use...

enhancement