i3d: Prerequisites

# To find your Maya user script folder.

def useScriptFolder():
import os;
usd= cmds.internalVar(usd=True);
usf= usd.rsplit('/', 3)[0]+"/scripts/";
if not os.path.exists(usf): usf= usd;
return( usf );
print useScriptFolder();

# Files and Folders Locations



Comments

Popular posts from this blog

HIK: Getting current character and current source.