LumaPictures/pymel

Error trying to create AngleBetween node using nodetype class instance

fernoonoo opened this issue · 1 comments

When creating the angleBetween node using nt.AngleBetween() I get the following error:

Error: No object matches name: 1.0

Traceback (most recent call last):

File "", line 1, in

File "/milk/apps/autodesk/maya/2018.3/lib/python2.7/site-packages/pymel/core/general.py", line 2341, in new

typ = cmds.nodeType(x)

File "/milk/apps/autodesk/maya/2018.3/lib/python2.7/site-packages/pymel/internal/pmcmds.py", line 134, in nodeType_wrapped

res = new_cmd(*new_args, **new_kwargs)

RuntimeError: No object matches name: 1.0

This should be fixed here: e4c67ea

Thanks for the bug report!