Hey @Shingai,
I’ve faced those issues too, the full error code should be:
# Traceback (most recent call last):
# File "D:\Dropbox (Siekiera)\maya_scripts\mgear\latest\scripts\mgear\rigbits\facial_rigger\brow_rigger.py", line 1524, in build_rig
# rig(**lib.get_settings_from_widget(self))
# File "D:\Dropbox (Siekiera)\maya_scripts\mgear\latest\scripts\mgear\rigbits\facial_rigger\brow_rigger.py", line 764, in rig
# tag_parent = parent_tag_R
That’s right?
Did not have much time to dig into the code, but have found that var parent_tag_R is not assigned, instead parent_tag_L when the side is set to R has a correct value.
As a quick fix, you can replace that from parent_tag_R to _L in the file: rigbits/facial_rigger/brow_rigger.py
Then all modes should be working just fine, just wonder why you have those central joints created.
By default, you should have mode set to C (then script will create left/central/right module), with separate modes it should create a single module only.
So mode C:
Mode L + R: