[Bf-blender-cvs] [011c0b61137] blender2.8: Cleanup: correct comments

Campbell Barton noreply at git.blender.org
Tue Apr 24 13:53:08 CEST 2018


Commit: 011c0b611376113ef3bda881b8eff5496e369de1
Author: Campbell Barton
Date:   Tue Apr 24 12:42:35 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB011c0b611376113ef3bda881b8eff5496e369de1

Cleanup: correct comments

===================================================================

M	release/datafiles/blender_icons_geom_update.py

===================================================================

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",



More information about the Bf-blender-cvs mailing list