Hello! Thanks for update 5.2.1!
I use maya 2022-2026 and subtract node added only in 2024+ maya.
All commands, builds who use this node give error like this:
# Error: Target node arm_L0_root_crossProduct_x_subtract has no attribute input1 # # Error: Target node arm_L0_root_crossProduct_y_subtract has no attribute input1 # # Error: Target node arm_L0_root_crossProduct_z_subtract has no attribute input1 # # Error: Target node arm_L0_root_crossProduct_x_subtract has no attribute input2 # # Error: Target node arm_L0_root_crossProduct_y_subtract has no attribute input2 # # Error: Target node arm_L0_root_crossProduct_z_subtract has no attribute input2 #
Update guide not working for same
And problem with guide_tree_widget.py in maya 2022:Bec python version old:
def _create_attr_callbacks(self, node_name: str, short_attrs: list[str]) ā None:
def _create_attr_callbacks(self, node_name: str, short_attrs: List[str]) ā None:
Georgii Khoroshilov
Thanks