Merge branch 'enhancement/usd_workflow' of https://github.com/BigRoy/ayon-core into enhancement/usd_workflow

This commit is contained in:
Roy Nieterau 2024-06-28 15:52:35 +02:00
commit dca474e7d1

View file

@ -29,8 +29,7 @@ class Layer:
anchor_path = self.anchor.get_full_path()
root = os.path.dirname(anchor_path)
return os.path.normpath(os.path.join(root, self.path))
else:
return self.path
return self.path
def export(self, path=None, args=None):
"""Save the layer"""