forked from bartvdbraak/blender
17c5c9935c
from: Blender ICONS - v.2.5.08 (GPL).svg also updated the shell script.
6 lines
239 B
Bash
Executable File
6 lines
239 B
Bash
Executable File
#!/bin/sh
|
|
# This script updates icons from the SVG file
|
|
|
|
inkscape blender_icons.svg --export-dpi=90 --without-gui --export-png=blender_icons16.png
|
|
inkscape blender_icons.svg --export-dpi=180 --without-gui --export-png=blender_icons32.png
|