Python: Traceback (most recent call last):File "D:\blender 3\3.0\scripts\addons_contrib\blemd\__init__.py", line 658, in executeex_bck.dump_action(out_action, anim_armature.pose)AttributeError: 'NoneType' object has no attribute 'pose'
question: when the select-file-to-save-to window popped up, was there a panel on the right with three dropdowns (Mode, Armatures and Actions)?
if it did, what did the contents of the dropdowns look like?
Python: Traceback (most recent call last):
File "D:\blender 3\3.0\scripts\addons_contrib\blemd\__init__.py", line 658, in execute
ex_bck.dump_action(out_action, anim_armature.pose)
AttributeError: 'NoneType' object has no attribute 'pose'
location: <unknown location>:-1
any idea why this happens?
what it looks like in blender (3.0.1)
the error (twice)
the animation working in blender https://github.com/niacdoial/blemd/assets/89299730/df9c904e-6ab9-4e66-9cce-0bf95f1766ea
(its a bit dinky looking but thats not what this is about lmao)