Fix: Adjust alert_icons export-width
Adjust the `export-width` size of alert_icons_update.py since the Blender has now been removed #117676. Pull Request: https://projects.blender.org/blender/blender/pulls/117682
This commit is contained in:
@@ -19,7 +19,7 @@ if not (inkscape_bin := os.environ.get("INKSCAPE_BIN")):
|
||||
cmd = (
|
||||
inkscape_bin,
|
||||
os.path.join(BASEDIR, "alert_icons.svg"),
|
||||
"--export-width=1280",
|
||||
"--export-width=1024",
|
||||
"--export-height=256",
|
||||
"--export-type=png",
|
||||
"--export-filename=" + os.path.join(BASEDIR, "alert_icons.png"),
|
||||
|
||||
Reference in New Issue
Block a user