mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add the setdress setting into ayon setting
This commit is contained in:
parent
8336a0ff18
commit
f6c7d508d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue