Versions Compared

Key

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

...

vector

Scroll pagebreak

Examples

Code Block
languagetext
// Get the local and world space scale of the rhumerus bone.

...


vector $localScale;

...


vector $wsScale; 

...

// First the local

...


$localScale = `getScale "rhumerus"`; 

...

// And then the world space

...


$wsScale = `getScale "rhumerus" -ws`;

...


print $localScale;

...


print $wsScale;

Additional information

Related commands

...