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 they only from the wrapped cmds equivelant, or are they from cmds.func() plus other inherited base class's? I usually try to reference the cmds if I'm unsure. pm.Attribute.getAllParents(*args, **kw) for example. It's such a big class wrapping so many calls I'm stumped to find out what is the actual list of accepted **kwargs and the effect they will have. Or am I being an idiot... But as a comparison pm.Attribute.connect() has very good reference to the kwargs. I assume this is because it's because it's easy in this instance to pull the data from the maya docs. Anyhow some feed back for you guys to chew over. Thanks again for the quick feature implementation. -Dave On Thu, Dec 17, 2009 at 6:46 PM, Chad Dombrova <[email protected]> wrote: > 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 <[email protected]>wrote: > >> I'm was trying to get to the alias-name on my bendnode. Seems the >> only way to get to them is through aliasAttr(q=True, node) >> >> Wondering if this functionally is available through the Attribute >> class in pymel? Or is this something that could be added? >> >> -Dave >> >> -- >> http://groups.google.com/group/python_inside_maya > > > > -- > http://groups.google.com/group/python_inside_maya > > > -- > http://groups.google.com/group/python_inside_maya > -- http://groups.google.com/group/python_inside_maya
