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 18:44:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-04-24 18:45:19 +0300
commitbd40b2c402e1ac65af3150d1129050dda14d5461 (patch)
tree7790a705ac1335b51bccaa8ebcb57dce727ddfe2 /release/datafiles/blender_icons_geom_update.py
parent00d4e99955780b0186fedb61bb6c8cf009cd056b (diff)
Icons: only write icons from group 'Export'
Allows reference objects not to get mixed up with finished icons.
Diffstat (limited to 'release/datafiles/blender_icons_geom_update.py')
-rwxr-xr-xrelease/datafiles/blender_icons_geom_update.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/datafiles/blender_icons_geom_update.py b/release/datafiles/blender_icons_geom_update.py
index 2388f4927ed..1671067664e 100755
--- a/release/datafiles/blender_icons_geom_update.py
+++ b/release/datafiles/blender_icons_geom_update.py
@@ -26,6 +26,7 @@ for blend in icons_blend:
blend,
"--python", os.path.join(BASEDIR, "blender_icons_geom.py"),
"--",
+ "--group", "Export",
"--output-dir", os.path.join(BASEDIR, "icons"),
)
run(cmd)