Hi I try to transfer animation from a2f in blender and get this error:
Python: Traceback (most recent call last):
File “C:\Users\Usuario\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\omni_audio2face\operators.py”, line 691, in execute
if not self.load_animation(scene.audio2face.import_anim_path, ob):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\Users\Usuario\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\omni_audio2face\operators.py”, line 669, in load_animation
self.report({“Error”}, f"Path should point to a USDA or JSON file: {file_path}")
ValueError: AUDIO2FACE_OT_import_animation.report(): error with argument 1, “type” - : ‘Error’ not found in (‘DEBUG’, ‘INFO’, ‘OPERATOR’, ‘PROPERTY’, ‘WARNING’, ‘ERROR’, ‘ERROR_INVALID_INPUT’, ‘ERROR_INVALID_CONTEXT’, ‘ERROR_OUT_OF_MEMORY’)
Pd: I try to modify the operators.py file that I see in this forum but dont work for me