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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-01-13 16:47:33 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-13 17:14:03 +0400
commit4c9a3a53bd3154954bc2bcf73684b87a79332a71 (patch)
treeca297c79f831f46117e1638640a187e98ddbd01c /GNUmakefile
parent08981f3a91a687efa8d28d308d6033e5a9e68b1f (diff)
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.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 95c628fcae7..32e39033441 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -328,8 +328,8 @@ tbz:
@echo "blender_archive.tar.bz2 written"
icons:
- "$(BLENDER_DIR)/release/datafiles/blender_icons.sh"
- "$(BLENDER_DIR)/release/datafiles/prvicons.sh"
+ "$(BLENDER_DIR)/release/datafiles/blender_icons_update.py"
+ "$(BLENDER_DIR)/release/datafiles/prvicons_update.py"
# -----------------------------------------------------------------------------