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:
Diffstat (limited to 'release')
-rwxr-xr-xrelease/datafiles/blender_icons_update.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/datafiles/blender_icons_update.py b/release/datafiles/blender_icons_update.py
index 68f4ef23082..3aeb6697824 100755
--- a/release/datafiles/blender_icons_update.py
+++ b/release/datafiles/blender_icons_update.py
@@ -11,8 +11,8 @@ def run(cmd):
BASEDIR = os.path.abspath(os.path.dirname(__file__))
-inkscape_bin = "inkscape"
-blender_bin = "blender"
+inkscape_bin = os.environ.get("INKSCAPE_BIN", "inkscape")
+blender_bin = os.environ.get("BLENDER_BIN", "blender")
if sys.platform == 'darwin':
inkscape_app_path = '/Applications/Inkscape.app/Contents/Resources/script'