Match the defaults from settings - so that if for whatever reason settings do not exist (e.g. dev mode using older addon on server in bundle) that it still runs backwards compatible and has this disabled by default

This commit is contained in:
Roy Nieterau 2024-08-27 14:55:28 +02:00
parent c778c1fe85
commit b309ec6967

View file

@ -562,7 +562,7 @@ class ExtractUSDLayerContribution(publish.Extractor):
label = "Extract USD Layer Contributions (Asset/Shot)"
order = pyblish.api.ExtractorOrder + 0.45
use_ayon_entity_uri = True
use_ayon_entity_uri = False
def process(self, instance):
@ -724,7 +724,7 @@ class ExtractUSDAssetContribution(publish.Extractor):
label = "Extract USD Asset/Shot Contributions"
order = ExtractUSDLayerContribution.order + 0.01
use_ayon_entity_uri = True
use_ayon_entity_uri = False
def process(self, instance):