mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Added switch function
This commit is contained in:
parent
05a442aec2
commit
9520f563b8
1 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,9 @@ class ModelLoader(colorbleed.maya.plugin.ReferenceLoader):
|
|||
|
||||
return nodes
|
||||
|
||||
def switch(self, container, representation):
|
||||
self.update(container, representation)
|
||||
|
||||
|
||||
class ImportModelLoader(api.Loader):
|
||||
"""An ImportModelLoader for Maya
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue