Welcome to mirror list, hosted at ThFree Co, Russian Federation.

blender_icons.sh « datafiles « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 62746d0ab7ed494597fac492523629330b6b4b2a (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# This script updates icons from the SVG file

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"