These scripts help recreate AssetVersions in ftrack. Their initial purpose was to be able to move the AssetVersions of a project between different ftrack instances, if a backup was not available.
-
get_project_assetversions.py
This script gets all AssetVersions of a project and saves them in a json file.
-
recreate_project_assetversions.py
This script recreates the AssetVersions from the json file on the new ftrack instance.