LumaPictures / pymel

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

textField loses its type #349

Closed pmolodo closed 8 years ago

pmolodo commented 8 years ago

From Sair...@gmail.com on August 21, 2014 13:28:40

We're having a problem with textField not being recognized as one during query, instead it shows up as a plain PyUI. id() returns 2 different results depending on whether it's the one we get from recursively searching using Layout.children().

Using maya 2015 64 bit on windows with shipping PyMEL version.

This can also be seen if one simply does print lsUI(), everything which is a textField is deduced as PyUI.

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

pmolodo commented 8 years ago

Makes sense, thanks for the patch!