Fix camera product type export

This commit is contained in:
Roy Nieterau 2024-06-21 17:08:05 +02:00
parent 187b2e98c5
commit 32ebf9c34f

View file

@ -15,9 +15,8 @@ class CollectFrames(plugin.HoudiniInstancePlugin):
# this plugin runs after CollectRopFrameRange
order = pyblish.api.CollectorOrder + 0.1
label = "Collect Frames"
families = ["vdbcache", "imagesequence", "ass",
"mantraifd", "redshiftproxy", "review",
"pointcache", "fbx"]
families = ["camera", "vdbcache", "imagesequence", "ass", "mantraifd",
"redshiftproxy", "review", "pointcache", "fbx"]
def process(self, instance):