mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix 'RenderSettings' to 'render_settings' in deadline
This commit is contained in:
parent
6bb04dfe08
commit
4529a59889
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ class MayaSubmitDeadline(abstract_submit_deadline.AbstractSubmitDeadline,
|
|||
default_rs_include_lights = (
|
||||
instance.context.data['project_settings']
|
||||
['maya']
|
||||
['RenderSettings']
|
||||
['render_settings']
|
||||
['enable_all_lights']
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue