mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
added model to pointcache extractor, rename pointcache to alembic
This commit is contained in:
parent
36b2dd5f30
commit
dc37c5b324
1 changed files with 3 additions and 2 deletions
|
|
@ -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):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue