mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Hound
This commit is contained in:
parent
0fc1e357a3
commit
1bb6d77e4e
1 changed files with 1 additions and 3 deletions
|
|
@ -122,13 +122,11 @@ class ExtractXgenCache(publish.Extractor):
|
|||
cmds.delete(duplicate_nodes + [collection])
|
||||
|
||||
# Setup transfers.
|
||||
#needs to reduce resources to only what is used for the collections in
|
||||
#the objectset
|
||||
xgen_dir = os.path.join(
|
||||
os.path.dirname(instance.context.data["currentFile"]), "xgen"
|
||||
)
|
||||
transfers = []
|
||||
for root, dirs, files in os.walk(xgen_dir):
|
||||
for root, _, files in os.walk(xgen_dir):
|
||||
for file in files:
|
||||
source = os.path.join(root, file)
|
||||
destination = source.replace(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue