Error when Importing Poses

Issue #370 resolved
Chuki Cicha created an issue

When I try to import any pose to a character (happens with both MHX and DAZ rig), it doesn’t load it, and it throws this:

Traceback (most recent call last):
  File "C:\Users\---\AppData\Roaming\Blender Foundation\Blender\2.90\scripts\addons\Diffeomorphic-import_daz-d3f43bfd8c0b\error.py", line 247, in execute
    self.run(context)
  File "C:\Users\---\AppData\Roaming\Blender Foundation\Blender\2.90\scripts\addons\Diffeomorphic-import_daz-d3f43bfd8c0b\animation.py", line 1111, in run
    StandardAnimation.run(self, context)
  File "C:\Users\---\AppData\Roaming\Blender Foundation\Blender\2.90\scripts\addons\Diffeomorphic-import_daz-d3f43bfd8c0b\animation.py", line 943, in run
    offset,prop = self.getSingleAnimation(filepath, context, offset, missing)
  File "C:\Users\---\AppData\Roaming\Blender Foundation\Blender\2.90\scripts\addons\Diffeomorphic-import_daz-d3f43bfd8c0b\animation.py", line 394, in getSingleAnimation
    self.prepareRig(rig)
  File "C:\Users\---\AppData\Roaming\Blender Foundation\Blender\2.90\scripts\addons\Diffeomorphic-import_daz-d3f43bfd8c0b\animation.py", line 408, in prepareRig
    self.setupRigProps(rig)
  File "C:\Users\---\AppData\Roaming\Blender Foundation\Blender\2.90\scripts\addons\Diffeomorphic-import_daz-d3f43bfd8c0b\animation.py", line 755, in setupRigProps
    lkey = self.getCanonicalKey(key.lower())
  File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\modules\bpy_types.py", line 721, in __getattribute__
    return super().__getattribute__(attr)
AttributeError: 'DAZ_OT_ImportPose' object has no attribute 'getCanonicalKey'

location: <unknown location>:-1

Any idea what can it be? I tried creating a new scene, importing a new character, and importing pose but it doesn’t work. Maybe it’s my blender version? I’m using 2.90.1

Comments (1)

  1. Chuki Cicha reporter

    Nevermind, I was using an older version, like from a month ago, updated it to the latest and now it's working, sorry.

  2. Log in to comment