LiQuidCrab

Nuke custom init.py

Jun 4th, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.40 KB | None | 0 0
  1. #init.py
  2. #Version 1.0.0
  3. #Date- May 24 2020
  4. #-------------------------------------------------------------------------------------------------------------------------------
  5. import nuke
  6.  
  7. nuke.pluginAddPath('./gizmos')
  8.  
  9. nuke.pluginAddPath('C:\\Users\\tmi\\.nuke\python\\KnobScripter') #Knob scripter set path
  10. nuke.pluginAddPath('C:\\Users\\tmi\\.nuke\python\\Stamps')
  11. nuke.pluginAddPath('./python')
Add Comment
Please, Sign In to add comment