EyeonTips:Script/Reference/Applications/Fuse/Classes/ScriptOperator/CloneInput

From VFXPedia

Jump to: navigation, search
  • You can use the third argument to rename the cloned control. This code will create a clone of the common blend slider named "Fade":
InFade = self:CloneInput(InBlend, "Fade", {LINKS_Name = "Fade"})