Diffeo Install Error?
Trying to install Diffeo on a new build under Blender 2.92, did a git pull, and this error is shown in the terminal. Anyone else see this error?
Traceback (most recent call last):
File "/home/brainmuffin/Programs/BlenderProgs/blender-2.92.0-linux64/2.92/scripts/modules/addon_utils.py", line 351, in enable
mod = __import__(module_name)
File "/home/brainmuffin/.config/blender/2.92/scripts/addons/import_daz/__init__.py", line 76, in <module>
importModules()
File "/home/brainmuffin/.config/blender/2.92/scripts/addons/import_daz/__init__.py", line 72, in importModules
mod = importlib.import_module("." + modname, anchor)
File "/home/brainmuffin/Programs/BlenderProgs/blender-2.92.0-linux64/2.92/python/lib/python3.7/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "/home/brainmuffin/.config/blender/2.92/scripts/addons/import_daz/globvars.py", line 52, in <module>
for file in os.listdir(theRestPoseFolder):
FileNotFoundError: [Errno 2] No such file or directory: '/home/brainmuffin/.config/blender/2.92/scripts/addons/import_daz/data/restposes'
Comments
I was able to install a former version via zip and then update inside of Blender. All is well now.