Import External File - MEL?
Hi guys I'm working on a script where I wanna import external file into my existing scene but as you can see in the screenshot my path is fine for me but if I upload this script on highend, user has to change the location which I don't want. I have seen script where people are using some other commands to import the file But I couldn't figured it out. LIKE THIS (
global proc string[] Character_scale () {
string $X = (`internalVar -userScriptDir`) + "scripts/3D_Ghost_Script/Files/UE4_Man_Scale.ma";
} DON'T KNOW WHAT HE DID?
Any Help???