AttachJoints

vtool.maya_lib.space.AttachJoints(…) Attach a chain of joints to a matching chain.
class AttachJoints(source_joints, target_joints)

Attach a chain of joints to a matching chain. parentConstraint and scaleConstraint are used to make the attachment.

set_source_and_target_joints(source_joints, target_joints)
Parameters:
  • source_joints (list) – A list of joint names that should move the target.
  • target_joints (list) – A list of joints names that should be moved by the source.
create()

Create the attachments.