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.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user