- 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?