Created
June 28, 2012 07:40
-
-
Save julik/3009725 to your computer and use it in GitHub Desktop.
Conditionally configure Nuke's cache path
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
# Use the RAID for caches if available | |
RAID = "/Volumes/FASZT" | |
if os.path.exists(RAID): | |
os.environ["NUKE_TEMP_DIR"] = RAID + "/NukeCache" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment