blender/release/datafiles/blender_icons.sh

9 lines
299 B
Bash
Raw Normal View History

#!/bin/sh
# This script updates icons from the SVG file
2013-08-27 10:03:37 +00:00
BASEDIR=$(dirname $0)
inkscape $BASEDIR/blender_icons.svg --export-dpi=90 --without-gui --export-png=$BASEDIR/blender_icons16.png
inkscape $BASEDIR/blender_icons.svg --export-dpi=180 --without-gui --export-png=$BASEDIR/blender_icons32.png