InfluenceAssociation

class cgp_maya_utils.constants.InfluenceAssociation
ALL = ['closestBone', 'closestJoint', 'label', 'name', 'oneToOne']
CLOSEST_BONE = 'closestBone'
CLOSEST_JOINT = 'closestJoint'
LABEL = 'label'
NAME = 'name'
ONE_TO_ONE = 'oneToOne'