Report the bug?
http://usa.autodesk.com/adsk/servlet/item?id=12331406&siteID=123112&SelProduct=Maya

Also, the results == 2 sounds correct, but what is the actual content of the 
selection list for api.OpenMaya?
What are those 328 items?


On May 7, 2012, at 3:38 AM, Narann wrote:

> Hi all!
> 
> I was testing Maya Python API 2.0 and discover what I think is a bug:
> 
> import maya.api.OpenMaya as om
> import maya.OpenMaya as OpenMaya
> 
> # *Create a cube*
> 
> mSelList = om.MSelectionList()
> omSelList = OpenMaya.MSelectionList()
> 
> mSelList.add("pCu*")
> mSelList.length()    # Result: 328L
> 
> omSelList.add("pCu*")
> omSelList.length()    # Result: 2
> 
> I was just wondering how submit this to Maya's developers?
> 
> Any idea?
> 
> Thanks in advance!
> 
> Regards,
> 
> Dorian
> 
> -- 
> view archives: http://groups.google.com/group/python_inside_maya
> change your subscription settings: 
> http://groups.google.com/group/python_inside_maya/subscribe

-- 
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: 
http://groups.google.com/group/python_inside_maya/subscribe

Reply via email to