LumaPictures / pymel

Python in Maya Done Right
Other
478 stars 130 forks source link

ls command issue #437

Open enderbd opened 3 years ago

enderbd commented 3 years ago

Hey there,

Just switched to Maya 2020 from 2016 and testing to check if scripts are running. One script expects vertices selected and was failing. Upon debugging, I noticed that ls(sl=1) , when having vertices selected, returns a list of Attribute , as in in Maya 2016 you get a list of MeshVertex. Wondering if its an issue or some functionality that changed.