mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Add missing hwFogDensity key.
This commit is contained in:
parent
5b9168b421
commit
76cf10a611
1 changed files with 4 additions and 0 deletions
|
|
@ -2537,6 +2537,9 @@ def load_capture_preset(data=None):
|
|||
if key == 'ssaoRadius':
|
||||
temp_options2['ssaoRadius'] = preset[id][key]
|
||||
|
||||
if key == 'hwFogDensity':
|
||||
temp_options2['hwFogDensity'] = preset[id][key]
|
||||
|
||||
if key == 'ssaoFilterRadius':
|
||||
temp_options2['ssaoFilterRadius'] = preset[id][key]
|
||||
|
||||
|
|
@ -2610,6 +2613,7 @@ def load_capture_preset(data=None):
|
|||
'hwFogColorR',
|
||||
'hwFogColorG',
|
||||
'hwFogColorB',
|
||||
'hwFogDensity',
|
||||
'textureMaxResolution',
|
||||
'motionBlurEnable',
|
||||
'motionBlurSampleCount',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue