mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 14:22:37 +01:00
Import Reference during Publish
This commit is contained in:
parent
e5cf620575
commit
06b982fd43
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import os
|
||||
|
||||
import os
|
||||
import pyblish.api
|
||||
from openpype.pipeline import publish, legacy_io
|
||||
from openpype.settings import get_project_settings
|
||||
|
|
@ -10,7 +10,7 @@ def _get_project_setting():
|
|||
project_setting = get_project_settings(project_name)
|
||||
maya_enabled = (
|
||||
project_setting["maya"]["publish"]["ImportReference"]["enabled"]
|
||||
)
|
||||
)
|
||||
use_published = (
|
||||
project_setting["deadline"]["publish"]["MayaSubmitDeadline"]["use_published"] # noqa
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue