Python: Traceback (most recent call last): File "C:\Users\com\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\auto_rig_pro-master\auto_rig.py", line 3736, in execute limb_sides.get_multi_limbs() File "C:\Users\com\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\auto_rig_pro-master\auto_rig.py", line 3564, in get_multi_limbs if arm.proxy or arm.override_library:# proxy armature can't enter edit mode, iterate on bones data instead of edit bones AttributeError: 'Object' object has no attribute 'proxy'
this error happend when i use match to rig. ( in 3.2 version)
but in doesn’t happen in 2.9 version.
can i know how to solve this problem??