ECToo / pymel

Automatically exported from code.google.com/p/pymel
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 reported on code.google.com by neitsabe...@gmail.com on 8 Sep 2011 at 11:17

GoogleCodeExporter commented 9 years ago
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...

Original comment by elron...@gmail.com on 9 Sep 2011 at 12:44