Eyeon:Script/Reference/Applications/Fuse/Tool/Events/Create
From VFXPedia
< Eyeon:Script | Reference | Applications | Fuse
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.