Ensure gpu and alembic do not overwrite when integrating.

This commit is contained in:
Toke Stuart Jepsen 2023-03-17 14:58:28 +00:00
parent c05a3b3b1d
commit a6805987ca

View file

@ -30,7 +30,8 @@ class ExtractGPUCache(publish.Extractor):
"ext": "abc",
"files": filename,
"stagingDir": staging_dir,
"data": {"heroSuffix": "gpu_cache"}
"data": {"heroSuffix": "gpu_cache"},
"outputName": "gpu_cache"
}
instance.data["representations"].append(representation)