Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

attachToCurve() got an unexpected keyword argument 'worldUpObject' #6

Open
blastframe opened this issue Jan 26, 2019 · 0 comments
Open

Comments

@blastframe
Copy link

blastframe commented Jan 26, 2019

Hi,
Great set of tools you've shared here. Thank you!

I'm currently getting this error when I run Attach to Curve from the Rig Tools menu.

# TypeError: attachToCurve() got an unexpected keyword argument 'worldUpObject' //

I think this line:

glTools.utils.attach.attachToCurve(curve=curve,transform=transform,uValue=param,useClosestPoint=closestPoint,orient=orient,upVector=upVec,worldUpObject=upVecObj,uAttr=paramAttr,prefix=prefix)

should be:

glTools.utils.attach.attachToCurve(curve=curve,transform=transform,uValue=param,useClosestPoint=closestPoint,orient=orient,upVector=upVec,upObject=upVecObj,uAttr=paramAttr,prefix=prefix)

As the attach.attachToCurve() parameter is called 'upObject'

upObject='',

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant