Unable to import after latest updates

Issue #42 resolved
Noname created an issue

Unable to import duf that used to work.

Log:

Traceback (most recent call last):
  File "C:\Users\user\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\Diffeomorphic-import-daz-2b072afac133\error.py", line 187, in execute
    self.run(context)
  File "C:\Users\user\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\Diffeomorphic-import-daz-2b072afac133\daz.py", line 48, in run
    getMainAsset(self.filepath, context, self)
  File "C:\Users\user\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\Diffeomorphic-import-daz-2b072afac133\main.py", line 92, in getMainAsset
    asset.build(context, inst)      # Builds armature
  File "C:\Users\user\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\Diffeomorphic-import-daz-2b072afac133\node.py", line 549, in build
    inst.buildExtra(context)
  File "C:\Users\user\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\Diffeomorphic-import-daz-2b072afac133\node.py", line 228, in buildExtra
    ob = self.node2.rna
AttributeError: 'NoneType' object has no attribute 'rna'

location: <unknown location>:-1

I can see cameras but no models.

Blender 2.82a

Comments (2)

  1. Thomas Larsson repo owner

    Should work now.

    Do you have instance groups in your file? I’m curious about what kind of asset that would trigger this problem.

  2. Noname reporter

    Resolved, works with latest version.

    Instance groups - I don’t think so, at least I didn’t noticed instancing there. Asset in question is “Oxford Classroom”.

  3. Log in to comment