Skip to content

Commit

Permalink
Fix optional processing
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed Jul 1, 2024
1 parent aa6a2b9 commit 6fd809b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ class ValidateUSDAssetContributionDefaultPrim(plugin.HoudiniInstancePlugin,
optional = True

def process(self, instance):
if not self.is_active(instance.data):
return

# Check if instance is set to be an asset contribution
settings = self.get_attr_values_from_data_for_plugin_name(
Expand Down

0 comments on commit 6fd809b

Please sign in to comment.