Blender3mfFormat icon indicating copy to clipboard operation
Blender3mfFormat copied to clipboard

Blender 2.93.3 > says it's installed but not listed in addons

Open quadcom opened this issue 4 years ago • 6 comments
trafficstars

Installed 2.93.3 and manually installed the importer/exporter.

Console window says it was installed but it is not in the list of installed addons nor does it show up in the import/export dialogs.

Doesn't seem to be working.

quadcom avatar Aug 29 '21 00:08 quadcom

Have you changed the selection for the add-ons to include "Testing" ? I had to turn that on before it would appear.

neophyl avatar Aug 30 '21 10:08 neophyl

Until this is accepted as a community add-on here, the "testing" add-ons will need to be activated in order to load this.

Ghostkeeper avatar Sep 01 '21 12:09 Ghostkeeper

I also am having this problem. Installed from zip, it says it was successful in the console, and I can find it under my user scripts. But even though I refresh and enable testing, nothing. Any ideas or suggestions?

image

dirtdigger avatar Jun 19 '22 20:06 dirtdigger

I had a similar issue when using Blender 3.3, and installed it using the version found here:

https://developer.blender.org/T84154

tremosian avatar Jan 18 '23 19:01 tremosian

In 3.5 release the Testing tab is hidden. I used these steps to re-enable the tab's visibility. https://blenderartists.org/t/blender-3-5-and-addons-folder/1457584/12

numanair avatar Apr 15 '23 07:04 numanair

The answer from @numanair works perfect in blender 3.5: If the Testing-Tab in add-ons is not visible, simply go to [blender-installation]/scripts/startup/bl_ui/__init__.py and make sure the Testing tab is "enabled" for your installation.

This can be done by commenting line 149 out and un-indent line 150 like so: image

After that, the Testing-Tab is visible again: image

nils-a avatar Jun 21 '23 20:06 nils-a