From b1d459008175f74ed0ec8ffd2b4b4d6b8a5ff577 Mon Sep 17 00:00:00 2001 From: Ondrej Samohel Date: Fri, 6 Sep 2019 18:41:33 +0200 Subject: [PATCH] reverted changes in CreateModel --- pype/plugins/maya/create/create_model.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pype/plugins/maya/create/create_model.py b/pype/plugins/maya/create/create_model.py index 6a1cc91c5f..241e2be7f9 100644 --- a/pype/plugins/maya/create/create_model.py +++ b/pype/plugins/maya/create/create_model.py @@ -1,7 +1,7 @@ -import pype.plugin +import avalon.maya -class CreateModel(pype.plugin.PypeCreator): +class CreateModel(avalon.maya.Creator): """Polygonal static geometry""" name = "modelMain"