Eyeon:Script/Reference/Libraries/eyeon/createuuid
From VFXPedia
< Eyeon:Script | Reference | Libraries | eyeon
Contents |
Usage
eyeon.createuuid()
Returns
This function returns a string that can be used as a valid UUID.
Remarks
In Fusion 5, a number of the objects are assigned UUID (also called GUID) strings. This allows for script to keep track of various objects. The call is standard in Windows and is related to the rpcrt4.dll. This, for example, is useful if you wish to assign bin items specific UUIDs instead of letting script automatically determine them.
Requires
- eyeonScript 5.0
Examples
validUUID = eyeon.createuuid()