I have a "container" node in Maya - from maya import cmds; cmds.createNode('container')
, which I want to be able to transform (move & rotate) in my scene. I'm aware that the "dagContainer" node supports this, so I would like to know how I can customize my container to behave this way.
To put it generally, how can transform attributes be added to a non-transform node in Maya?