alias_api.zero_transform

alias_api.zero_transform(*args, **kwargs)

Overloaded function.

  1. zero_transform() -> int

Apply zero transform to all dag nodes currently in the pick list.

  1. zero_transform(node_name: str, clear_pick_list: bool = False) -> int

Apply zero transform to all nodes that match the given name.

  1. zero_transform(node: alias_api.AlDagNode) -> int

Apply the zero transform to the given dag node.

  1. zero_transform(nodes: collections.abc.Sequence[alias_api.AlDagNode]) -> int

Apply the zero transform to the given list of dag nodes.