Skip to content

Portable custom ~/.nuke folder. Doesn't pollute a studio's in-house ~/.nuke things. For Nuke from The Foundry.

Notifications You must be signed in to change notification settings

hellothisistim/tb.nuke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dot_nuke

This is stuff I like to have in my ~/.nuke folder. It makes my life easier while using Nuke from The Foundry.

I'm a freelancer, so I sit down at a new workstation in a new studio pretty often. I want to use my own Nuke customizations (captured here in this tb.nuke repository), but I don't want to make any permanent changes to the studio's Nuke config. This is the least intrusive way I have found to use my own magic without disrupting anyone else's pre-existing magic.

Here's what I do: download this repo, unzip it into the user folder (the directory where the .nuke directory lives) and make sure it's named "tb.nuke". Then add this one line to the init.py inside .nuke:

import os.path
nuke.pluginAddPath(os.path.expanduser("~/tb.nuke"))

If os.path has been imported already, you may skip doing it redundantly.

When I leave the studio, I can delete the "tb.nuke" folder and remove the line from menu.py and it's like I was never there.

About

Portable custom ~/.nuke folder. Doesn't pollute a studio's in-house ~/.nuke things. For Nuke from The Foundry.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages