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.
Namely..
The only question is, what should it look like?
Also taking into account that we also need undo, and preferably handle it via the
DG/DagModifier.