Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted by ConfluenceCloudBulkEditor.py

...

vector

Scroll pagebreak

Examples

...

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

...