Created
March 14, 2018 11:13
-
-
Save santosh/337fc1bab008ccf527468413b3c08f00 to your computer and use it in GitHub Desktop.
Creates pipeline structure for common vfx works. v0.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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