PinXform

vtool.maya_lib.space.PinXform(xform_name) This allows you to pin a transform so that its parent and child are not affected by any edits.
class PinXform(xform_name)

This allows you to pin a transform so that its parent and child are not affected by any edits.

pin()

Create the pin constraints on parent and children.

unpin()

Remove the pin. This should be run after pin.

get_pin_nodes()
Returns:List of nodes involved in the pinning. Ususally includes constraints and empty groups.
Return type:list