Can't install the add-on Alpha versions on Mac for the past week or two.

Issue #1206 resolved
CookItOff created an issue

Last few version give a Trace Back error when trying to enable the add-on in the preferences. An Alpha version from a few weeks ago still works but none of the current.

Traceback (most recent call last):
File "/Applications/Blender.app/Contents/Resources/3.4/scripts/modules/addon_utils.py", line 369, in enable
mod.register()
File "/Users/timothycook/Library/Application Support/Blender/3.4/scripts/addons/Diffeomorphic-import_daz-fec71eb94c9e/init.py", line 100, in register
GS.scanAbsPaths()
File "/Users/timothycook/Library/Application Support/Blender/3.4/scripts/addons/Diffeomorphic-import_daz-fec71eb94c9e/settings.py", line 464, in scanAbsPaths
scanPath(path, "")
File "/Users/timothycook/Library/Application Support/Blender/3.4/scripts/addons/Diffeomorphic-import_daz-fec71eb94c9e/settings.py", line 454, in scanPath
for file in os.listdir(folder):
FileNotFoundError: [Errno 2] No such file or directory: 'C:/Users/Public/Documents/My DAZ 3D Library'

Comments (3)

  1. Thomas Larsson repo owner

    This is cause by recent changes aiming to improve support for case-sensitive paths. I think the error is gone in the latest commit. The plugin uses case-sensitive paths by default for Mac and Linux, but I’m not sure if that is necessary for Mac. If it isn’t, you can turn off the option in the global settings.

  2. Log in to comment