getSkeleton 2004-04-01 - By Felix Gebhardt
Back Hi, if you simply want to get all children under the chain root you could try this:
' You have to select the chain root first for this to work set oChainRoot = selection(0)
set oChildren = oChainRoot.findchildren for each oChild in oChildren logmessage oChild next
Cheers, F.
Romano Ivanovic wrote: > hi, > Im looking for a command that gives me names of all the bones and > children in a root! > GetSkeleton is a good command but it gives me just the root, bones and > effector.....not children! > > thx
--- Unsubscribe? Mail Majordomo@(protected) with the following text in body: unsubscribe xsi
|
|