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:
Allan Ihsan 2022-06-24 04:02:45 +03:00
commit df6a5e1f06

View file

@ -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]