mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Fix colorbleed.pointcache being extracted correctly and actually being integrated
This commit is contained in:
parent
c861a2ad36
commit
d89b318e57
2 changed files with 3 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ import colorbleed.api
|
|||
from colorbleed.maya.lib import extract_alembic
|
||||
|
||||
|
||||
class ExtractColorbleedAnimation(colorbleed.api.Extractor):
|
||||
class ExtractColorbleedPointcache(colorbleed.api.Extractor):
|
||||
"""Produce an alembic of just point positions and normals.
|
||||
|
||||
Positions and normals are preserved, but nothing more,
|
||||
|
|
@ -21,7 +21,7 @@ class ExtractColorbleedAnimation(colorbleed.api.Extractor):
|
|||
|
||||
def process(self, instance):
|
||||
|
||||
nodes = instance.data['setMembers']
|
||||
nodes = instance[:]
|
||||
|
||||
# Collect the start and end including handles
|
||||
start = instance.data["startFrame"]
|
||||
|
|
@ -26,6 +26,7 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
|
|||
families = ["colorbleed.model",
|
||||
"colorbleed.rig",
|
||||
"colorbleed.animation",
|
||||
"colorbleed.pointcache",
|
||||
"colorbleed.camera",
|
||||
"colorbleed.lookdev",
|
||||
"colorbleed.texture",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue