Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Eisel <julian@blender.org>2022-05-23 21:00:33 +0300
committerJulian Eisel <julian@blender.org>2022-05-23 21:11:37 +0300
commit917c096be6b93ce5ad1eb284d344da10000ab896 (patch)
tree732619bb3d84e8626381cd0853bd26467f159273 /source/blender/windowmanager/WM_api.h
parentffa262c9f8c43498293a9f45876bad9214b283dc (diff)
Fix possible issues when mixing link & append for asset drag & drop
The operators to handle object drag and drop (from the asset browser, outliner, etc.) used the object name to find the object to add and place. This is problematic with linking and/or library overrides, since this may lead to multiple objects with the same name. So the wrong object would be used by the drop operators. Partially fixes T97320. T95706 probably needs the same fix but for materials. As a side-effect, the "Name" button won't show up in the Adjust Last Operation panel anymore. This isn't really useful, and I doubt this was ever intentionally exposed in the UI.
Diffstat (limited to 'source/blender/windowmanager/WM_api.h')
0 files changed, 0 insertions, 0 deletions