code-google-com / pymel

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

textField loses its type #316

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 reported on code.google.com by Sair...@gmail.com on 21 Aug 2014 at 8:28