added texture instances, look no longer has suffix INST

This commit is contained in:
aardschok 2017-07-20 11:54:55 +02:00
parent 7e243228f4
commit bd240bb726
2 changed files with 10 additions and 1 deletions

View file

@ -7,7 +7,7 @@ class CreateLook(avalon.maya.Creator):
name = "lookDefault"
label = "Look Dev"
family = "colorbleed.look"
family = "colorbleed.lookdev"
def __init__(self, *args, **kwargs):
super(CreateLook, self).__init__(*args, **kwargs)

View file

@ -0,0 +1,9 @@
import avalon.maya
class CreateTexture(avalon.maya.Creator):
"""Polygonal geometry for animation"""
name = "texturesDefault"
label = "Textures"
family = "colorbleed.texture"