cmdx
cmdx copied to clipboard
Support for proxy attributes
Namely..
cmds.addAttr("nodeA", ln="proxyTranslateX", proxy="nodeB.translateX")
The only question is, what should it look like?
nodeA["proxyTranslate", cmdx.Proxy] = nodeB["translateX"]
Also taking into account that we also need undo, and preferably handle it via the DG/DagModifier.