Skip to content

Instantly share code, notes, and snippets.

@santosh
Created March 14, 2018 11:13
Show Gist options
  • Save santosh/337fc1bab008ccf527468413b3c08f00 to your computer and use it in GitHub Desktop.
Save santosh/337fc1bab008ccf527468413b3c08f00 to your computer and use it in GitHub Desktop.
Creates pipeline structure for common vfx works. v0.1
# Upgrade to Python 3.
import os
os.makedirs("plates/jpg", exist_ok=True)
os.makedirs("plates/exr", exist_ok=True)
os.makedirs("roto/renders", exist_ok=True)
os.makedirs("matchmove", exist_ok=True)
os.makedirs("comp", exist_ok=True)
os.makedirs("mesh", exist_ok=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment