Skip to content

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

@blastframe

Description

@blastframe

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='',

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions