I'm am currently trying to create o group of mixed nodes in Maya(mesh, constraints and rigid bodies) and move it to a random location using an external script written in pymel. The problem is that when trying to move the group, the rigid bodies and constraints from withing the group remain at their initial position, while the meshes do indeed move. If I manually select the group and move it(or if I run the command from inside the Maya window), all the child nodes get updated properly, including the rigid bodies / constraints.
I have tried both xform / move functions in pymel, and their equivalent commands in an eval function, but the same problem persists. I have also tried calling the dgdirty() method before / after moving the group, but still no change. -- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
