Hi guys this is my command to import the charater but I want this character as a reference rather than import. Any idea?
Refrence cmd -
file -reference "C:/mystuff/wilma.mb";
global proc UE4_Man_Scale()
{
string $file_Path = (`internalVar -userPrefDir`) + "icons/3D_Ghost_Script/Unreal_Character_Scale.ma";
file -import $file_Path;
}