Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. import sys
  2. pth= 'G:\Animation\Tech Anim\scripts'
  3. if pth not in sys.path:
  4.     sys.path.append(pth)
  5.  
  6. import shotFinalEZ_pub.lit_shaderFix as lit
  7.  
  8. reload(lit)
  9. lit.run()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement