EyeonTips:Script/Reference/Applications/Fuse/Classes/Output/Set
From VFXPedia
- While image outputs are the most common ones, you can of course create Outputs for numbers or strings as well. In this case, you would have to set LINKID_DataType correctly and pass a Number or Text object to the Set() method. See the Lines Fuse for an example of a second output which takes a Point object. Your own precalc handling is necessary in this case since by default, Fusion will only pass the main image input to the main image output.