mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Merge branch 'OP-3438_Maya-missing-playblast-options' of https://github.com/pypeclub/OpenPype into OP-3438_Maya-missing-playblast-options
This commit is contained in:
commit
df6a5e1f06
1 changed files with 1 additions and 5 deletions
|
|
@ -2548,11 +2548,7 @@ def load_capture_preset(data=None):
|
|||
temp_options['headsUpDisplay'] = True
|
||||
|
||||
if key == 'hwFogEnable':
|
||||
if preset[id][key] is True:
|
||||
temp_options2['hwFogEnable'] = True
|
||||
|
||||
else:
|
||||
temp_options2['hwFogEnable'] = False
|
||||
temp_options2['hwFogEnable'] = preset[id][key] or False
|
||||
|
||||
if key == 'hwFogStart':
|
||||
temp_options2['hwFogStart'] = preset[id][key]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue