When doing face assignments or other component members into a set and then query cmds.sets(my_set, query=True)
you get the members like:
pCube1.f[0:4]
Instead of
pCubeShape1.f[0:4]
For whatever reason someone thought it would be nice to make it look as if the components are on the transform instead of shape. Does anyone know a maya command to expand that to the shape?