Remove tag because Layer init does not take the argument

This commit is contained in:
Roy Nieterau 2024-06-28 15:39:54 +02:00
parent 068efca228
commit d4d11e8fa1

View file

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