add families with frame range back to the frame range validator

This commit is contained in:
Kayla Man 2023-10-13 16:32:34 +08:00
parent f5150665bd
commit dcfad64320

View file

@ -27,7 +27,9 @@ class ValidateFrameRange(pyblish.api.InstancePlugin,
label = "Validate Frame Range"
order = ValidateContentsOrder
families = ["maxrender"]
families = ["camera", "maxrender",
"pointcache", "pointcloud",
"review", "redshiftproxy"]
hosts = ["max"]
optional = True
actions = [RepairAction]