fixed issue with clashing plugins

This commit is contained in:
aardschok 2017-12-08 16:56:19 +01:00
parent 41f07dbdb4
commit 0f2f326e6e

View file

@ -4,8 +4,8 @@ import avalon.maya
from colorbleed.maya import lib
class CreateYetiRig(avalon.maya.Creator):
"""Output for procedural plugin nodes ( Yeti / XGen / etc)"""
class CreateYetiCache(avalon.maya.Creator):
"""Output for procedural plugin nodes of Yeti """
name = "yetiDefault"
label = "Yeti Cache"
@ -13,7 +13,7 @@ class CreateYetiRig(avalon.maya.Creator):
icon = "pagelines"
def __init__(self, *args, **kwargs):
super(CreateYetiRig, self).__init__(*args, **kwargs)
super(CreateYetiCache, self).__init__(*args, **kwargs)
data = OrderedDict(self.data)
data["peroll"] = 0