We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/ui/curve.py
Line 131 in 8ff0899
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'
glTools/utils/attach.py
Line 19 in 8ff0899
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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/ui/curve.py
Line 131 in 8ff0899
should be:
As the attach.attachToCurve() parameter is called 'upObject'
glTools/utils/attach.py
Line 19 in 8ff0899
The text was updated successfully, but these errors were encountered: