Home Website Youtube GitHub

Lip Rigger errors

I am getting the following error when trying to use the lip rigger:

    # Traceback (most recent call last):
    #   File "/Users/sosterburg/Projects/mgear/scripts/mgear/rigbits/facial_rigger/lips_rigger.py", line 1037, in build_rig
    #     rig(**lib.get_settings_from_widget(self))
    #   File "/Users/sosterburg/Projects/mgear/scripts/mgear/rigbits/facial_rigger/lips_rigger.py", line 115, in rig
    #     if pm.ls(setName("root")):
    #   File "/Applications/Autodesk/maya2018/Maya.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python2.7/site-packages/pymel/core/general.py", line 1142, in ls
    #     res = _util.listForNone(cmds.ls(*args, **kwargs))
    #   File "/Applications/Autodesk/maya2018/Maya.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python2.7/site-packages/pymel/internal/pmcmds.py", line 134, in ls_wrapped
    #     res = new_cmd(*new_args, **new_kwargs)
    # RuntimeError: # Syntax error: unexpected end _C_root at position 6 while parsing:
    #     lips _C_root
    #          ^^^^^^^
    : lips _C_root

Hello @osterburg

I think that you are having a silly error of a space character been add into your UI config prefix name or something like that.

2 Likes

I guess that was it. Quit and restarted Maya and “redone” the lips and works. Thanks.

1 Like