Hi,
I am using mgear 4.0.9 and have changed side names to lowercase. It seems that mirroring is broken after for the left and right sides. I get the following error:
# Traceback (most recent call last):
# # File "C:\Users\myname\Documents\maya\modules\scripts\mgear\core\anim_utils.py", line 1112, in mirrorPose
applyMirror(nameSpace, dat)
# # File "C:\Users\myname\Documents\maya\modules\scripts\mgear\core\anim_utils.py", line 1151, in applyMirror
.format(node.name(), attr, e), mgear.sev_error)
# AttributeError: 'NoneType' object has no attribute 'name'
'NoneType' object has no attribute 'name'