From 9520f563b8a6b4bc17753a4fab421ef2a0dbee05 Mon Sep 17 00:00:00 2001 From: wijnand Date: Fri, 2 Mar 2018 12:52:23 +0100 Subject: [PATCH] Added switch function --- colorbleed/plugins/maya/load/load_model.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/colorbleed/plugins/maya/load/load_model.py b/colorbleed/plugins/maya/load/load_model.py index ff512610a3..9428ad40bd 100644 --- a/colorbleed/plugins/maya/load/load_model.py +++ b/colorbleed/plugins/maya/load/load_model.py @@ -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