Eyeon:Script/Reference/Applications/Fusion/Classes/Fusion/RunScript
From VFXPedia
< Eyeon:Script | Reference | Applications | Fusion | Classes | Fusion
Contents |
Fusion : RunScript
Usage
Fusion:RunScript(path)
Arguments
- path [required, string]
The name of the script to execute.
Returns
none
Remarks
This function is will execute a eyeonscript file from the context of the application. For example, you could connect to a remote Fusion, then have that Fusion execute a script as if the script was local. Note that the script executed with this function is run from within it's own environment.
Tips for RunScript (edit)
EyeonTips:Script/Reference/Applications/Fusion/Classes/Fusion/RunScript