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
275 stars 8 forks source link

I cant enable the addon #55

Open camilod764 opened 11 months ago

camilod764 commented 11 months ago

What happened?

After download the addon and install it, I cant find it to enable it and use it.

Someone can help me how to enable, I search in several ways but it doesnt look. Also I close the program and re install several times but it doesnt work I use 3.6.1 and also a old version

image

Add-on Version

2.8.0

Blender versions

3.6.1

Relevant log output

No response

MischaStruggles commented 11 months ago

Hi, so I had to re-install the 3.5 version of Blender. This Add-on no longer works on 3.6 and onwards.

kloworks commented 11 months ago

same I am using blender 3.6.2 and when I drag nothing happen. using "DragAndDropSupport-v2.8.0"

and, thanks for creating this addon :D

mika-f commented 11 months ago

This add-on does not support Blender 3.6.2 yet. However, it's strange that it doesn't work with Blender 3.6.0 and Blender 3.6.1. Could you please reply below with reference to which variant of Blender you are using?

Example:

L4U6H1N6-LUN4T1C commented 11 months ago

I use 3.5.1 and I have the same issue. Tried v 2.6 and 2.8. none appear in my list of addons. thanks for helping!!

jayliu50 commented 10 months ago

I was also seeing this exact issue. But then I realized that after downloading the .zip, UNZIP and there will be ANOTHER .zip file inside which then you can use to install. @camilod764 @kloworks

akshu1111 commented 8 months ago

Yes for all blender plugins the init.py has to be directly inside a folder, as in: ./addons/your_plugin_folder/init.py Now if you zip a folder that has init.py inside it, blender will extract it that way only. If theres an extra folder OR if you directly selected all the source and zipped it (say from a context menu in the file manager/explorer), in that case blender will still extract it but there wont be any folder to find. Same goes for zipping a folder that has the source folder inside it