flathub / org.blender.Blender

https://flathub.org/apps/details/org.blender.Blender
20 stars 26 forks source link

Error enabling an add-on added from the filemanager #191

Open aidenemone opened 1 month ago

aidenemone commented 1 month ago

I'm trying to enable an add-on that needs to be put into the "addons" folder of Blender, not the built-in method within Blender.

I managed to get it to show up in add-ons menu in Blender, but when I click to enable it I get this error message:

bpy.data.window_managers["WinMan"].addon_search = "so"
module 'os' has no attribute 'add_dll_directory'

Does this seem like it could be a flatpak issue? I would appreciate any insight. Thank you.

kevinsmia1939 commented 1 month ago

Does this occur with other addon?