scripts/mkbasis: --normal implies --blend-background #7f7fff
This commit is contained in:
parent
e969bc1306
commit
fc50fcc468
1 changed files with 1 additions and 0 deletions
|
@ -376,6 +376,7 @@ def main(args):
|
|||
namespace.channels = 'rg'
|
||||
namespace.normal = True
|
||||
namespace.srgb = False
|
||||
namespace.blend_background = '#7f7fff'
|
||||
|
||||
image_suffixes = ('.webp', '.png')
|
||||
|
||||
|
|
Loading…
Reference in a new issue