Campbell Barton
9a5d198cd2
Use factory startup for icon generation
...
Avoids using local preferences.
2018-01-28 16:03:32 +11:00
Campbell Barton
9b96dd0f61
icon update: replace os.system w/ subprocess.check_call
2018-01-26 12:46:10 +11:00
Troy Sobotka
cd845ae509
T53471: Fix crash with blender_icons_update.py
...
Default DPI of new inkscape caused incorrect image size.
2017-12-13 16:55:51 +11:00
Brecht Van Lommel
ac74718e6f
Icons: make inkscape svg to png conversion work with Inkscape.app on OS X.
2014-01-17 16:50:11 +01:00
Campbell Barton
4c9a3a53bd
UI Icons: store icons in git as uncompressed pixmaps (D196)
...
this allows for updating icons without committing a new PNG each time
(which is inefficient with git). The data files are converted into a
PNG at builds time and used just as they were before.
2014-01-14 00:14:03 +11:00
Campbell Barton
daedf5be8c
UI Icons: use a python script rather then a shell (for non unix systems)
2014-01-13 23:18:25 +11:00