alias_api.zero_transform
- alias_api.zero_transform(*args, **kwargs)
Overloaded function.
zero_transform() -> int
Apply zero transform to all dag nodes currently in the pick list.
zero_transform(node_name: str, clear_pick_list: bool = False) -> int
Apply zero transform to all nodes that match the given name.
zero_transform(node: alias_api.AlDagNode) -> int
Apply the zero transform to the given dag node.
zero_transform(nodes: collections.abc.Sequence[alias_api.AlDagNode]) -> int
Apply the zero transform to the given list of dag nodes.