This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/editors
Julian Eisel 17e92711d3 UI: Refactor path dropping so logic doesn't depend on icons
No behavior change intended.

Many file drag & drop handlers used the icon assigned for dragging to
determine what type of data is dragged. This is fragile, for example
changing an icon would break drag & drop (!). This happened a few times,
e.g. see 3788003cda. It's also causing problems with #104830, which
changes how file browser drag data is handled.

Instead use the file extension to determine the file type.
2023-02-27 16:44:47 +01:00
..
2023-02-17 16:43:26 +01:00
2023-02-22 13:16:32 +01:00
2023-02-26 11:55:22 +13:00
2023-02-11 14:04:35 +11:00
2023-02-21 11:04:40 +01:00
2022-02-15 12:32:15 +01:00