mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
Remove tag because Layer init does not take the argument
This commit is contained in:
parent
068efca228
commit
d4d11e8fa1
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ class Layer:
|
|||
anchor (Optional[Layer]): Another layer to relatively anchor to.
|
||||
"""
|
||||
sdf_layer = Sdf.Layer.CreateAnonymous(tag)
|
||||
return cls(layer=sdf_layer, path=path, anchor=anchor, tag=tag)
|
||||
return cls(layer=sdf_layer, path=path, anchor=anchor)
|
||||
|
||||
|
||||
def setup_asset_layer(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue