EyeonTips:Script/Reference/Applications/Fuse/Classes/Output/Set

From VFXPedia

< EyeonTips:Script
Revision as of 06:57, 9 February 2012 by Tilt (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  • 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.