mika-f / blender-drag-and-drop

Blender Add-on: Drag and Drop Support
https://docs.natsuneko.cat/en-us/drag-and-drop-support/
MIT License
278 stars 8 forks source link

Interferes with some asset browser files #23

Closed crizzpy closed 1 year ago

crizzpy commented 1 year ago

The add-on is great, but unfortunately it is interfering with the built-in asset browser of Blender, for me anyway. I cannot drag and drop the following assets without having Blender crash:

Is there a way to check that the filetype is blender-internal and gets skipped?

To recreate the issue, just open a blend file and have an asset saved (in the built-in asset browser) as a world texture or node group, with Drag and Drop enabled. When those filetypes are dragged into the viewport, the program crashes instantly. I disabled the Drag and Drop addon in preferences, and this behaviour disappeared entirely.

mika-f commented 1 year ago

Thanks for your feedback. Can you please provide the version of Blender, the version of add-on, and details steps to reproduce the problem?

mika-f commented 1 year ago

Hi, I maybe fixed crash bug in Release v2.5.0. Are you try it?

crizzpy commented 1 year ago

Looks like it is working perfectly now. Thanks for your hard work, I love the add-on!