mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
Ensure gpu and alembic do not overwrite when integrating.
This commit is contained in:
parent
c05a3b3b1d
commit
a6805987ca
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue