mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix: some changes improving publishing and loading luts
This commit is contained in:
parent
615afe9382
commit
16189b5691
4 changed files with 683 additions and 0 deletions
|
|
@ -429,6 +429,8 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
Returns:
|
||||
None
|
||||
"""
|
||||
src = os.path.normpath(src)
|
||||
dst = os.path.normpath(dst)
|
||||
|
||||
self.log.debug("Copying file .. {} -> {}".format(src, dst))
|
||||
dirname = os.path.dirname(dst)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue