mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
🎨 add switch method
This commit is contained in:
parent
1b79f3162b
commit
c5790fa896
1 changed files with 3 additions and 0 deletions
|
|
@ -85,3 +85,6 @@ class AssLoader(load.LoaderPlugin):
|
|||
)
|
||||
|
||||
return os.path.normpath(path).replace("\\", "/")
|
||||
|
||||
def switch(self, container, representation):
|
||||
self.update(container, representation)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue