Eyeon:Script/Reference/Libraries/eyeon/getappname
From VFXPedia
< Eyeon:Script | Reference | Libraries | eyeon
Contents |
Usage
eyeon.getappname()
Returns
This function returns a string containing the name of the current application.
Remarks
This function is useful for determining what environment the script is executing in. For example, this can be used to determine if a script is running on a render node, or a full license of fusion, or from the command line.
Requirements
- eyeonScript 5.1
Examples
> print( eyeon.getappname() ) eyeonScript