added model to pointcache extractor, rename pointcache to alembic

This commit is contained in:
aardschok 2017-09-22 14:58:23 +02:00
parent 36b2dd5f30
commit dc37c5b324

View file

@ -7,7 +7,7 @@ import colorbleed.api
from colorbleed.maya.lib import extract_alembic
class ExtractColorbleedPointcache(colorbleed.api.Extractor):
class ExtractColorbleedAlembic(colorbleed.api.Extractor):
"""Produce an alembic of just point positions and normals.
Positions and normals are preserved, but nothing more,
@ -17,7 +17,8 @@ class ExtractColorbleedPointcache(colorbleed.api.Extractor):
label = "Extract Pointcache"
hosts = ["maya"]
families = ["colorbleed.pointcache"]
families = ["colorbleed.pointcache",
"colorbleed.model"]
def process(self, instance):