added setdress family and collector

This commit is contained in:
aardschok 2017-09-21 13:50:45 +02:00
parent b46b40806b
commit 017fe73609
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,9 @@
import avalon.maya
class CreateSetdress(avalon.maya.Creator):
"""Skeleton and controls for manipulation of the geometry"""
name = "setDress"
label = "Setdress"
family = "colorbleed.setdress"

View file

@ -0,0 +1,13 @@
from maya import cmds
import pyblish.api
class CollectSetdress(pyblish.api.InstancePlugin):
order = pyblish.api.CollectorOrder + 0.499
label = 'Collect Model Data'
families = ["colorbleed.setdress"]
def process(self, instance):
pass