Commit 1157541
committed
Core: UPV Visualizer: Replace subtract nodes with plusMinusAverage Closes #617
Replace Maya 2024.2+ subtract/sum/multiply nodes with backwards-
compatible plusMinusAverage and multiplyDivide nodes for Maya 2022+.
Use core.node helpers (createDecomposeMatrixNode, createMulNode,
createPlusMinusAverage1D) instead of raw pm.createNode calls.
Add createPlusMinusAverage3D to core.node for 3D vector operations.1 parent 95e9a83 commit 1157541
2 files changed
Lines changed: 342 additions & 400 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
675 | 675 | | |
676 | 676 | | |
677 | 677 | | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
678 | 716 | | |
679 | 717 | | |
680 | 718 | | |
| |||
0 commit comments