mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
Merge branch 'enhancement/usd_workflow' of https://github.com/BigRoy/ayon-core into enhancement/usd_workflow
This commit is contained in:
commit
dca474e7d1
1 changed files with 1 additions and 2 deletions
|
|
@ -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"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue