Fix default value of new Keep Similar option
This commit is contained in:
2
CLI.py
2
CLI.py
@@ -143,7 +143,7 @@ def parse_settings():
|
||||
"openpyramid": False,
|
||||
"shuffleganon": True,
|
||||
"ow_shuffle": "vanilla",
|
||||
"ow_keepsimilar": True,
|
||||
"ow_keepsimilar": False,
|
||||
"shuffle": "vanilla",
|
||||
|
||||
"shufflepots": False,
|
||||
|
||||
@@ -52,6 +52,10 @@ OW Transitions are shuffled within each world separately.
|
||||
|
||||
OW is not shuffled.
|
||||
|
||||
## Keep Similar Edges Together (--ow_keepsimilar)
|
||||
|
||||
This keeps similar edge transitions together. ie. The 2 west edges will be paired to another set of two similar edges
|
||||
|
||||
|
||||
# Command Line Options
|
||||
|
||||
|
||||
Reference in New Issue
Block a user