Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
languagetext
// Get the BoneNodes the LFHD is attached to.

...


string $bone[] = `getAttachedTo "LFHD"`;

...


print $bone;

Additional information

Related commands

...