mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +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 = {
|
||||
"name": "proxy",
|
||||
"ext": "abc",
|
||||
"files": path,
|
||||
"files": os.path.basename(path),
|
||||
"stagingDir": dirname,
|
||||
"outputName": "proxy"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue