Cleanup: Synchronizing Icons #114874

Merged
Harley Acheson merged 2 commits from Harley/blender:IconFix into main 2023-11-15 18:59:27 +01:00

2 Commits

Author SHA1 Message Date
Harley Acheson 6c0b22b0ae Merge branch 'main' of projects.blender.org:blender/blender into IconFix 2023-11-15 09:44:06 -08:00
Harley Acheson 56a4385b80 Cleanup: Synchronizing Icons
Mostly just the result of running `blender_icons_update.py` without adding or changing any icon source files. Removal of three unused icons and adding three others to the project to resolve conflicts between them.

---

The three icons removed (icon_lightprobe_cubemap, icon_lightprobe_planar, icon_lightprobe_grid) are in CMakeLists.txt but are not defined as icons or used. The three icons added to the project (icon_lightprobe_plane, icon_lightprobe_sphere, icon_lightprobe_volume.dat) are created in the file system by blender_icons_update.py but not added to the project. These icons are used.

Best guess is that icon_lightprobe_plane, for example, is meant to replace icon_lightprobe_planar but the old one was not removed and the new one not added to the project.
2023-11-14 14:22:48 -08:00