Is there a way or a simple script to copy all bone properties (head position, tail position and roll etc) from one Armature to another Armature with corresponding names?
Not copying poses from one armature to another but actual bone positions in edit mode.
if bone_data.get(b.name): b.head, b.tail, b.roll = bone_data[b.name]to skip the missing bones. – Blunder Sep 07 '22 at 18:38