LumaPictures / pymel

Python in Maya Done Right
Other
490 stars 131 forks source link

inconsistency of the "skinCluster" command's return. #291

Closed pmolodo closed 9 years ago

pmolodo commented 9 years ago

From neitsabe...@gmail.com on September 08, 2011 04:17:27

Describe the problem. Using the same version of pymel (1.0.3), when creating a "skinCluster" node, "skinCluster" command returns a list in maya 2011 while just a PyNode is returned in maya 2012.

What is the right behavior ?

config: Windows 7 SP1 x64 Maya 2011.5-x64 and 2012-x64 hotfix4

Regards.

Sebastien COURTOIS Cyber Group Studios

Original issue: http://code.google.com/p/pymel/issues/detail?id=257

pmolodo commented 9 years ago

From elron...@gmail.com on September 08, 2011 17:44:22

The correct behavior is to return just the node - this has been fixed in a later patch, so that both 2011 and 2012 both return just the node.

Apologies for the inconvenience...

Status: Fixed