mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
Fix more missing refactors
This commit is contained in:
parent
3d62093224
commit
74a91f4d22
2 changed files with 2 additions and 4 deletions
|
|
@ -203,8 +203,7 @@ class CollectMayaRender(pyblish.api.ContextPlugin):
|
|||
aov_dict = {}
|
||||
default_render_file = context.data.get('project_settings')\
|
||||
.get('maya')\
|
||||
.get('create')\
|
||||
.get('CreateRender')\
|
||||
.get('RenderSettings')\
|
||||
.get('default_render_image_folder') or ""
|
||||
# replace relative paths with absolute. Render products are
|
||||
# returned as list of dictionaries.
|
||||
|
|
|
|||
|
|
@ -413,8 +413,7 @@ class MayaSubmitDeadline(pyblish.api.InstancePlugin):
|
|||
# Gather needed data ------------------------------------------------
|
||||
default_render_file = instance.context.data.get('project_settings')\
|
||||
.get('maya')\
|
||||
.get('create')\
|
||||
.get('CreateRender')\
|
||||
.get('RenderSettings')\
|
||||
.get('default_render_image_folder')
|
||||
filename = os.path.basename(filepath)
|
||||
comment = context.data.get("comment", "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue