Skip to content

Instantly share code, notes, and snippets.

View reinecke's full-sized avatar

Eric Reinecke reinecke

View GitHub Profile
@reinecke
reinecke / VFX_0001_190118.otio.xml
Last active April 17, 2019 22:46
OTIO FCP XML export without project elements.
<?xml version="1.0" ?>
<xmeml version="4">
<project>
<name>VFX_0001_190118</name>
<children>
<sequence id="sequence-1">
<media>
<video>
<format>
<samplecharacteristics>
@reinecke
reinecke / jimmy drop.py
Last active February 13, 2019 06:34
Example script that renames the exr files in a folder with the folder name, assuming the files have a name like base.00001.exr.
"""
File renamer script.
Built to be packaged into a progress bar app and run using Platypus: https://sveinbjorn.org/platypus
"""
import math
import os
import sys
import traceback