mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Update openpype/hosts/maya/plugins/publish/extract_maya_scene_raw.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
a8d0c4f822
commit
07c7b258f5
1 changed files with 6 additions and 0 deletions
|
|
@ -31,6 +31,12 @@ class ExtractMayaSceneRaw(publish.Extractor, OpenPypePyblishPluginMixin):
|
|||
BoolDef(
|
||||
"preserve_references",
|
||||
label="Preserve References",
|
||||
tooltip=(
|
||||
"When enabled references will still be references "
|
||||
"in the published file.\nWhen disabled the references "
|
||||
"are imported into the published file generating a "
|
||||
"file without references."
|
||||
),
|
||||
default=True
|
||||
)
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue