fix: some changes improving publishing and loading luts

This commit is contained in:
Jakub Jezek 2019-10-02 13:45:01 +02:00
parent 615afe9382
commit 16189b5691
4 changed files with 683 additions and 0 deletions

View file

@ -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)