OrientJointAttributes

vtool.maya_lib.attr.OrientJointAttributes([joint]) Creates attributes on a node that can then be used with OrientAttributes
class OrientJointAttributes(joint=None)

Creates attributes on a node that can then be used with OrientAttributes

set_joint(joint)

Set a joint to create attributes on.

Parameters:joint (str) – The name of the joint.
get_values()

Get the orient settings in a dictionary.

Returns:dict
set_values(value_dict)
set_default_values()

Reset the attributes to default.

delete()

Delete the attributes off of the joint set with set_joint.