Error while using Diffeomorphic Importer in Blender 3D

Issue #1592 resolved
bruno_tripoloniN created an issue

Hello,

I am encountering an error when using the Diffeomorphic Importer add-on in Blender 3D. The error occurs intermittently during the import process, and I have experienced it with both version 1.7.0 and the development version 1.7.1 on Blender 2.4 and 2.5.

Edit: I misspelled above, I tested on Blender versions 3.4 and 3.5, not 2.x.

Here is the error message from the log:

Python: Traceback (most recent call last):
File "C:\Users\bruno\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\Diffeomorphic-import_daz-f519244c74b8\error.py", line 222, in execute
self.run(context)
File "C:\Users\bruno\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\Diffeomorphic-import_daz-f519244c74b8\main.py", line 735, in run
self.easyImport(context)
File "C:\Users\bruno\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\Diffeomorphic-import_daz-f519244c74b8\main.py", line 745, in easyImport
bpy.ops.daz.import_daz(
File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\modules\bpy\ops.py", line 113, in call
ret = _op_call(self.idname_py(), None, kw)
RuntimeError: Error: Python: Traceback (most recent call last):
File "C:\Users\bruno\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\Diffeomorphic-import_daz-f519244c74b8\error.py", line 222, in execute
self.run(context)
File "C:\Users\bruno\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\Diffeomorphic-import_daz-f519244c74b8\main.py", line 228, in run
self.loadDazFile(filepath, context)
File "C:\Users\bruno\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\Diffeomorphic-import_daz-f519244c74b8\main.py", line 182, in loadDazFile
asset.postbuild(context, inst)
File "C:\Users\bruno\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\Diffeomorphic-import_daz-f519244c74b8\modifier.py", line 666, in postbuild
self.buildBakedFormulas(context, inst)
File "C:\Users\bruno\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\Diffeomorphic-import_daz-f519244c74b8\formula.py", line 71, in buildBakedFormulas
buildBakedMorph(inst, ref, value)
File "C:\Users\bruno\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\Diffeomorphic-import_daz-f519244c74b8\formula.py", line 285, in buildBakedMorph
rig = inst.getRig()
AttributeError: 'NoneType' object has no attribute 'getRig'
Location: C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\modules\bpy\ops.py:113

Comments (6)

  1. Thomas Larsson repo owner

    The last commit should silence the bug. But I would appreciate if you would upload the duf file so I can check what caused it.

  2. Log in to comment