Re: [Maya-Python] pymel(node).listAttr(alias=True)

2009-12-17 Thread Paul Molodowitch
There was not, but there is now. Added 'getAlias' and 'setAlias' commands to the Attribute class. - Paul On Thu, Dec 17, 2009 at 7:27 AM, thirstydevil da...@thirstydevil.co.ukwrote: I'm was trying to get to the alias-name on my bendnode. Seems the only way to get to them is through

Re: [Maya-Python] pymel(node).listAttr(alias=True)

2009-12-17 Thread Chad Dombrova
i'll also be adding an alias flag to listAttr, as you suggest. -chad On Dec 17, 2009, at 10:36 AM, Paul Molodowitch wrote: There was not, but there is now. Added 'getAlias' and 'setAlias' commands to the Attribute class. - Paul On Thu, Dec 17, 2009 at 7:27 AM, thirstydevil

Re: [Maya-Python] pymel(node).listAttr(alias=True)

2009-12-17 Thread David Moulder
You pymel fellas are the best :)... Seriously! By the way... I'm getting on better with the documentation now guys. But quite often I'll see a method in the doc's written as getAllParents(*args, **kw) 1) I can never remember all the kwargs 2) I'm not always sure what kwargs are allowed. Are