As we have been getting into Maya4, we have been disappointed with the changes to the Flip UVs tool. It seems as though there is a new command, polyFlipUV, which only works on faces, that drives the Flip UVs tool.
As I began to dig through the docs I saw that many of the flags on the old polyForceUV are tagged as being obslete. I have gone into performPolyForceUVArgList.mel (where the guts of Flip UVs lives) and changed this to generate a polyForceUV command instead of polyFlipUV. It works fine this way.
So my question is, when a command goes on the 'obsolete' list, what does that mean? Does that mean that this will command will eventually go away? Maybe in the next release?
--JeffD