From 5810b6bcde0b118af198fa11fae6ecf0bda976ef Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 22 Feb 2024 18:03:02 +0100 Subject: [PATCH] Icons: Update for now toolbar icons blend file location --- release/datafiles/blender_icons_geom_update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/datafiles/blender_icons_geom_update.py b/release/datafiles/blender_icons_geom_update.py index fb6a1d4cf84..47b5e2f7b47 100755 --- a/release/datafiles/blender_icons_geom_update.py +++ b/release/datafiles/blender_icons_geom_update.py @@ -57,7 +57,7 @@ if not os.path.exists(blender_bin): blender_bin = blender_app_path icons_blend = ( - os.path.join(ROOTDIR, "..", "lib", "resources", "icon_geom.blend"), + os.path.join(ROOTDIR, "release", "datafiles", "assets", "icons", "toolbar.blend"), )