mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added texture instances, look no longer has suffix INST
This commit is contained in:
parent
7e243228f4
commit
bd240bb726
2 changed files with 10 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -0,0 +1,9 @@
|
|||
import avalon.maya
|
||||
|
||||
|
||||
class CreateTexture(avalon.maya.Creator):
|
||||
"""Polygonal geometry for animation"""
|
||||
|
||||
name = "texturesDefault"
|
||||
label = "Textures"
|
||||
family = "colorbleed.texture"
|
||||
Loading…
Add table
Add a link
Reference in a new issue