Import pose fails

Issue #398 resolved
Noname created an issue

To reproduce:

  • load model into blender
  • restart blender
  • merge rigs and geografts
  • import pose
  • error:
Python: Traceback (most recent call last):
  File "C:\Users\userrn\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\Diffeomorphic-import-daz-dev\error.py", line 246, in execute
    self.run(context)
  File "C:\Users\userrn\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\Diffeomorphic-import-daz-dev\animation.py", line 1219, in run
    StandardAnimation.run(self, context)
  File "C:\Users\userrn\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\Diffeomorphic-import-daz-dev\animation.py", line 1051, in run
    offset,prop = self.getSingleAnimation(filepath, context, offset, missing)
  File "C:\Users\userrn\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\Diffeomorphic-import-daz-dev\animation.py", line 505, in getSingleAnimation
    animations,locks = self.convertAnimations(animations, rig)
  File "C:\Users\userrn\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\Diffeomorphic-import-daz-dev\animation.py", line 207, in convertAnimations
    if self.convertPoses:
  File "C:\Grafika\blender-2.92\2.92\scripts\modules\bpy_types.py", line 721, in __getattribute__
    return super().__getattribute__(attr)
AttributeError: 'DAZ_OT_ImportPose' object has no attribute 'convertPoses'

location: <unknown location>:-1

Tested on both 2.92 and 2.93 (same file) same issue.

Thanks in advance for fix.
Best regards and stay safe

EDIT: tested on other file, same issue.

Comments (4)

  1. Thomas Larsson repo owner

    Yes, I had actually already spotted and fixed this. However, the morphing system is currently undergoing a major overhaul, which means that I will not be able to commit any fixes before things have become stable again.

  2. Noname reporter

    This seam to be working fine in dev. There are some other issues though. Resolved for this issue.

    As usual thank You Thomas for hard work !

  3. Log in to comment