add the setdress setting into ayon setting

This commit is contained in:
Kayla Man 2024-06-21 21:49:11 +08:00
parent 8336a0ff18
commit f6c7d508d9

View file

@ -96,7 +96,7 @@ class ExtractMayaSceneRaw(plugin.MayaExtractorPlugin, AYONPyblishPluginMixin):
"preserve_references"
],
constructionHistory=True,
shader=True if instance.data.get("shader", True) else False,
shader=instance.data.get("shader", True),
constraints=True,
expressions=True)