Skip to content

EfthymisB/Shading_Kit_Maya

Repository files navigation

Shading_Kit_Maya

Shading Kit for Maya and Arnold by Efthymis B.


  1. Download the files.
  2. Copy the folder ShadingKit_python2 to C:\Users\<UserName>\Documents\maya\scripts or in your custom script directory.
  3. Create a shelf button and add the following code in the Command/Python tab:
try:
  reload(runUI)
except NameError:
  from ShadingKit_python2 import runUI

(or copy the code in the Script Editor, highlight everything and then Click, Drag and Drop it in the shelf)


  1. Download the files.
  2. Copy the folder ShadingKit_python3 to C:\Users\<UserName>\Documents\maya\scripts or in your custom script directory.
  3. Create a shelf button and add the following code in the Command/Python tab:
import importlib
try:
  importlib.reload(runUI)
except NameError:
  from ShadingKit_python3 import runUI

(or copy the code in the Script Editor, highlight everything and then Click, Drag and Drop it in the shelf)


About

Shading Kit for Maya

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages