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>2018-04-24 13:42:35 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-04-24 14:50:31 +0300
commit011c0b611376113ef3bda881b8eff5496e369de1 (patch)
tree655cd3db63cdbe0af64b3fef2e37ad0ae674dbc3 /release/datafiles/blender_icons_geom_update.py
parent3e26b84397fcb5d0b0d8b7e96282f14645577a76 (diff)
Cleanup: correct comments
Diffstat (limited to 'release/datafiles/blender_icons_geom_update.py')
-rwxr-xr-xrelease/datafiles/blender_icons_geom_update.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/release/datafiles/blender_icons_geom_update.py b/release/datafiles/blender_icons_geom_update.py
index df87ab4d444..2388f4927ed 100755
--- a/release/datafiles/blender_icons_geom_update.py
+++ b/release/datafiles/blender_icons_geom_update.py
@@ -1,9 +1,8 @@
#!/usr/bin/env python3
-# This script updates icons from the SVG file
+# This script updates icons from the BLEND file
import os
import subprocess
-import sys
def run(cmd):
print(" ", " ".join(cmd))
@@ -20,7 +19,7 @@ icons_blend = (
os.path.join(ROOTDIR, "..", "lib", "resources", "icon_geom.blend"),
)
-# create .dat pixmaps (which are stored in git)
+# create .dat geometry (which are stored in git)
for blend in icons_blend:
cmd = (
blender_bin, "--background", "--factory-startup", "-noaudio",