Blender Git Commit Log
Git Commits -> Revision d6cefef
Revision d6cefef by Julian Eisel (master) April 10, 2020, 18:25 (GMT) |
UI: Better support for linked data-blocks in search buttons In RNA pointer search buttons (i.e. the ones with an eyedropper), data-blocks were handled badly. It was not possible to select a linked data-block that had the same name as a local one, which is especially common with library overrides. Neither was there a hint to tell appart linked data-blocks and which .blend file they come from. These issues are addressed now, we show an "L" prefix and the .blend file name in the search box (like in ID-templates). Changes here are quite simple, since the heavy lifting was already done through c20c203b8226. Addresses T73156. |
Commit Details:
Full Hash: d6cefef98f87ae8554050052d0fa4f965a2ce809
Parent Commit: d216a0b
Lines Changed: +15, -6
1 Modified Path:
/source/blender/editors/interface/interface_utils.c (+15, -6) (Diff)