Skip to content
Peter Shinners edited this page Apr 15, 2021 · 6 revisions
void  reset()

Convert an asset id into a file path.

Lookup asset id in asset system and return path (or other string) that it references.

This is used to convert file paths for reading and writing files in the asset system.

The path can contain a frame number identifier if it represents a sequence. See resolvePath for a fully resolved path to the file system.

Args: assetId (str) : String to evaluate

Returns: (str or None) File path on disk

Clone this wiki locally