Eyeon:Script/Reference/Applications/Fuse/Tool/Events/Create

From VFXPedia

< Eyeon:Script | Reference | Applications | Fuse
Revision as of 22:52, 30 August 2007 by Izyk (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Fuse Reference Manual > Create

Event Function


Contents


Summary

The Create event function is executed whenever the Fuse tool is added to the composition. It should contain all of the information required to draw the tools inputs and ouputs, and to display the tools controls in the control window.

The Create function does not require or use any arguments and does not return a value.

While all Fuse tools MUST provide a Create event function, that function can be empty.

Usage

Create()

Arguments

None

Examples

All Fuse tools have a Create function. See the Example_Fuses page.

See Also