change to 1.0.36 behavior again
This commit is contained in:
parent
585daa9452
commit
fe16e8f050
|
|
@ -1 +1 @@
|
||||||
version = '1.0.39'
|
version = '1.0.40'
|
||||||
|
|
|
||||||
|
|
@ -45,10 +45,10 @@ def worker():
|
||||||
|
|
||||||
if performance_selction == 'Speed':
|
if performance_selction == 'Speed':
|
||||||
steps = 30
|
steps = 30
|
||||||
switch = 15
|
switch = 20
|
||||||
else:
|
else:
|
||||||
steps = 60
|
steps = 60
|
||||||
switch = 30
|
switch = 40
|
||||||
|
|
||||||
width, height = aspect_ratios[aspect_ratios_selction]
|
width, height = aspect_ratios[aspect_ratios_selction]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
### 1.0.40
|
||||||
|
|
||||||
|
* Behaviors reverted to 1.0.36 again (refiner steps). The 1.0.36 is too perfect and too typical; beating 1.0.36 is just impossible.
|
||||||
|
|
||||||
### 1.0.39
|
### 1.0.39
|
||||||
|
|
||||||
* Reverted unstable changes between 1.0.37 and 1.0.38 .
|
* Reverted unstable changes between 1.0.37 and 1.0.38 .
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue