blender-drag-and-drop icon indicating copy to clipboard operation
blender-drag-and-drop copied to clipboard

[Bug]: After dragging in the file, the import menu will be displayed three times.

Open dest1yo opened this issue 1 year ago • 8 comments

What happened?

I'm using the test version and I found 2 problems

The first one may just happen occasionally when I enable the plug-in for the first time and it will show that it cannot find the operator.DropEventListener in the init.py's code line: classes: list[type] = [operator.DropEventListener, preferences.DragAndDropPreferences]. So I unconditionally from . import operator in the init.py file, and then the plug-in can be enabled and work normally. But after I reverted back to the original code, the previous problem did not reappear.

The second question is: After dragging in the file, the import menu will be displayed three times. My friends and I all have this problem. I've restarted blender and restarted the plug-in, and it's still like this

Other than that everything works great. I've also tried adding a custom format import with no issues at all. Thank you for your work!

Add-on Version

3.0.0-alpha.1

Blender versions

3.5.0, 3.6.0

Relevant log output

No response

dest1yo avatar Dec 12 '23 00:12 dest1yo