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/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)