This commit is contained in:
Roy Nieterau 2024-07-01 18:09:02 +02:00
parent 6fd809b41c
commit d85603fa65

View file

@ -29,6 +29,10 @@ class ValidateUSDAssetContributionDefaultPrim(plugin.HoudiniInstancePlugin,
hosts = ["houdini"]
label = "Validate USD Asset Contribution Default Prim"
actions = [SelectROPAction, RepairAction]
# TODO: Unfortunately currently this does not show as optional toggle
# because the product type is `usd` and not `usdrop` - however we do
# not want to run this for ALL `usd` product types?
optional = True
def process(self, instance):