Page 1 of 1

BVH Retargeter v4.1.0

PostPosted: Tue Jul 23, 2024 11:42 pm
by tomcat
When trying to assign an animation in Blender 4.1, this error pops up

Code: Select all
Python: Traceback (most recent call last):
  File "C:\Users\Xxz\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\retarget_bvh\utils.py", line 422, in execute
    self.run(context)
  File "C:\Users\Xxz\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\retarget_bvh\retarget.py", line 611, in run
    checkObjectProblems(context)
  File "C:\Users\Xxz\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\retarget_bvh\load.py", line 726, in checkObjectProblems
    eu = rig.rotation_euler
         ^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'rotation_euler'


Can anyone tell me if this is possible to fix?