...
Returns a string array with the names/paths of all the BoneNodes that are targets in constraints that have the given node as a source.
Examples
Code Block | ||
---|---|---|
| ||
// Get the BoneNodes the LFHD is attached to. |
...
string $bone[] = `getAttachedTo "LFHD"`; |
...
print $bone; |
Additional information
Related commands
...