reverted changes in CreateModel

This commit is contained in:
Ondrej Samohel 2019-09-06 18:41:33 +02:00
parent 495b747ace
commit b1d4590081
No known key found for this signature in database
GPG key ID: 8A29C663C672C2B7

View file

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