We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1680f9d commit 1eda483Copy full SHA for 1eda483
Utils/utils.py
@@ -140,6 +140,14 @@ def upgrade_configs_structure(config):
140
hasNewRestorator = 'restoration model' in renderer
141
if isOldRestorator and not hasNewRestorator:
142
# if restorator is specified in model, move it to model/renderer
143
+ moveField(
144
+ ['model', 'restorator', 'blur radius encoding'],
145
+ ['model', 'renderer', 'restoration model', 'blur radius encoding']
146
+ )
147
148
+ ['model', 'restorator', 'residual condition'],
149
+ ['model', 'renderer', 'restoration model', 'residual condition']
150
151
moveField(
152
['model', 'restorator'],
153
['model', 'renderer', 'restoration model', 'restorator']
0 commit comments