Home Coding, Scripting, Shaders

Import character as refrence

polycounter lvl 5
Offline / Send Message
Pinned
jayantbhatt007 polycounter lvl 5
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;
}
Sign In or Register to comment.