mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Fix pointcache proxy publishing
This commit is contained in:
parent
0e896d981e
commit
458eaa8d80
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue