Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BlenderPhi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
raas
BlenderPhi
Commits
d90d25ec
Commit
d90d25ec
authored
Aug 27, 2013
by
Campbell Barton
Browse files
Options
Downloads
Patches
Plain Diff
add icons utility make target.
parent
ff4e0187
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
GNUmakefile
+5
-0
5 additions, 0 deletions
GNUmakefile
release/datafiles/blender_icons.sh
+5
-2
5 additions, 2 deletions
release/datafiles/blender_icons.sh
release/datafiles/prvicons.sh
+4
-1
4 additions, 1 deletion
release/datafiles/prvicons.sh
with
14 additions
and
3 deletions
GNUmakefile
+
5
−
0
View file @
d90d25ec
...
@@ -184,6 +184,7 @@ help:
...
@@ -184,6 +184,7 @@ help:
@
echo
" * check_spelling_py - check for spelling errors (Python only)"
@
echo
" * check_spelling_py - check for spelling errors (Python only)"
@
echo
""
@
echo
""
@
echo
"Utilities (not associated with building blender)"
@
echo
"Utilities (not associated with building blender)"
@
echo
" * icons - updates PNG icons from SVG files."
@
echo
" * tbz - create a compressed svn export 'blender_archive.tar.bz2'"
@
echo
" * tbz - create a compressed svn export 'blender_archive.tar.bz2'"
@
echo
""
@
echo
""
@
echo
"Documentation Targets (not associated with building blender)"
@
echo
"Documentation Targets (not associated with building blender)"
...
@@ -322,6 +323,10 @@ tbz:
...
@@ -322,6 +323,10 @@ tbz:
rm
-rf
blender_archive/
rm
-rf
blender_archive/
@
echo
"blender_archive.tar.bz2 written"
@
echo
"blender_archive.tar.bz2 written"
icons
:
$(
BLENDER_DIR
)
/release/datafiles/blender_icons.sh
$(
BLENDER_DIR
)
/release/datafiles/prvicons.sh
# -----------------------------------------------------------------------------
# -----------------------------------------------------------------------------
# Documentation
# Documentation
...
...
This diff is collapsed.
Click to expand it.
release/datafiles/blender_icons.sh
+
5
−
2
View file @
d90d25ec
#!/bin/sh
#!/bin/sh
# This script updates icons from the SVG file
# This script updates icons from the SVG file
inkscape blender_icons.svg
--export-dpi
=
90
--without-gui
--export-png
=
blender_icons16.png
BASEDIR
=
$(
dirname
$0
)
inkscape blender_icons.svg
--export-dpi
=
180
--without-gui
--export-png
=
blender_icons32.png
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
This diff is collapsed.
Click to expand it.
release/datafiles/prvicons.sh
+
4
−
1
View file @
d90d25ec
#!/bin/sh
#!/bin/sh
# This script updates icons from the SVG file
# This script updates icons from the SVG file
inkscape prvicons.svg
--without-gui
--export-png
=
prvicons.png
BASEDIR
=
$(
dirname
$0
)
inkscape
$BASEDIR
/prvicons.svg
--without-gui
--export-png
=
$BASEDIR
/prvicons.png
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment