Hi there, I have a problem. I use Maya 2022, mGear version: 4.0.7. Python 3
I have used this solution it worked well with lips and eyelids : Facial rigger isn't python 3 compatible - #19 by Krzym
but i had a problem with the eyebrows, at the moment of building it does not make it complete and no error appears, only this message appears in the editor script:
Warning: Too many coincident knots. Maximum allowed is degree
Warning: Too many coincident knots. Maximum allowed is degree
Traceback (most recent call last):
File “C:\Users\Asus\Documents\maya\2022\scripts\mgear\rigbits\facial_rigger\brow_rigger.py”, line 1670, in build_rig
rig(**lib.get_settings_from_widget(self))
File “C:\Users\Asus\Documents\maya\2022\scripts\mgear\rigbits\facial_rigger\brow_rigger.py”, line 369, in rig
parent=browsCrv_side_root)
File “C:\Users\Asus\Documents\maya\2022\scripts\mgear\core\curve.py”, line 185, in createCuveFromEdges
crv = addCurve(parent, name, centersOrdered, degree=degree)
File “C:\Users\Asus\Documents\maya\2022\scripts\mgear\core\curve.py”, line 82, in addCurve
node = pm.curve(n=name, d=degree, p=points)
File “C:\Program Files\Autodesk\Maya2022\Python37\lib\site-packages\pymel\core\modeling.py”, line 188, in curve
res = _curve(*args, **kwargs)
File “C:\Program Files\Autodesk\Maya2022\Python37\lib\site-packages\pymel\core\modeling.py”, line 26, in curve
res = _general.PyNode(cmds.curve(*args, **kwargs))
File “C:\Program Files\Autodesk\Maya2022\Python37\lib\site-packages\pymel\internal\pmcmds.py”, line 217, in curve_wrapped
res = new_cmd(*new_args, **new_kwargs)
RuntimeError: Need at least (degree + 1) control vertices to create a curve span
I have tried many ways and it still shows the same. Please can you help me?
I also found this solution, download it and replace it in my files:
But when trying to open the Facial Rigger interface, it gives an error and doesn’t open. I really don’t know if I did it right.