Versions Compared

Key

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

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths14%, 14%, 14%, 14%, 44%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

Return value

vector

Examples

Code Block
languagetext
// Get the local and world space position 

...

// of the rhumerus bone.

...


vector $localPos;

...


vector $wsPos;

...


 

...

// First the local

...


$localPos = `getPosition "rhumerus"`; 

...


// And then the world space

...


$wsPos = `getPosition "rhumerus" -ws`;

...


print $localPos;

...


print $wsPos;

Additional information

Related commands

...