Import fails with latest version

Issue #397 resolved
Noname created an issue

When importing character with geo shells it fails, to reproduce:

  • open blender (I’m using 2.93, same in 2.92 latest)
  • import using option “DBZ File”
  • import fails with error:
Python: Traceback (most recent call last):
  File "C:\Users\user\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\Diffeomorphic-import-daz-dev\error.py", line 246, in execute
    self.run(context)
  File "C:\Users\user\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\Diffeomorphic-import-daz-dev\daz.py", line 87, in run
    getMainAsset(self.filepath, context, self)
  File "C:\Users\user\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\Diffeomorphic-import-daz-dev\main.py", line 75, in getMainAsset
    inst.preprocess(context)
  File "C:\Users\user\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\Diffeomorphic-import-daz-dev\node.py", line 180, in preprocess
    self.node2 = node.getInstance(ref)
TypeError: getInstance() missing 1 required positional argument: 'caller'

location: <unknown location>:-1

Thanks in advance for fix.

Best regards and stay safe

Comments (2)

  1. Thomas Larsson repo owner

    Fixed in the version_1_5_1 branch. The development version is not in a state which can be pushed atm.

  2. Log in to comment