Fix pointcache proxy publishing

This commit is contained in:
Toke Stuart Jepsen 2023-02-16 16:09:15 +00:00 committed by Milan Kolar
parent 0e896d981e
commit 458eaa8d80

View file

@ -136,7 +136,7 @@ class ExtractAlembic(publish.Extractor):
representation = { representation = {
"name": "proxy", "name": "proxy",
"ext": "abc", "ext": "abc",
"files": path, "files": os.path.basename(path),
"stagingDir": dirname, "stagingDir": dirname,
"outputName": "proxy" "outputName": "proxy"
} }