mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Add todo
This commit is contained in:
parent
6fd809b41c
commit
d85603fa65
1 changed files with 4 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue