...
vector
Scroll pagebreak |
---|
Examples
Code Block | ||
---|---|---|
| ||
// 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
...