Cleanup: Synchronizing Icons #114874

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

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.

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.
Harley Acheson added 1 commit 2023-11-14 23:24:07 +01:00
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.
Harley Acheson added this to the User Interface project 2023-11-14 23:24:23 +01:00
Harley Acheson requested review from Julian Eisel 2023-11-14 23:24:52 +01:00
Author
Member

@JulianEisel

In a nutshell simply running blender_icons_update.py results in almost every single icon dat file changing. And three are in conflict because it looks like they were replaced with ones with different names but without replacing the old ones or adding the new ones to git.

I've seen these get out of sync before but never this bad.

@JulianEisel In a nutshell simply running `blender_icons_update.py` results in almost every single icon dat file changing. And three are in conflict because it looks like they were replaced with ones with different names but without replacing the old ones or adding the new ones to git. I've seen these get out of sync before but never this bad.
Harley Acheson added 1 commit 2023-11-15 18:46:02 +01:00
Author
Member

Confirmed that running blender_icons_update.py after this makes no changes. Build fine.

Confirmed that running `blender_icons_update.py` after this makes no changes. Build fine.
Harley Acheson merged commit 06404082b5 into main 2023-11-15 18:59:27 +01:00
Harley Acheson deleted branch IconFix 2023-11-15 18:59:29 +01:00
Sign in to join this conversation.
No reviewers
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#114874
No description provided.