Open aidenemone opened 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.
Does this occur with other addon?
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:
Does this seem like it could be a flatpak issue? I would appreciate any insight. Thank you.