Versions Compared

Key

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

...

None

Return value

void

Examples

Code Block
languagetext
// In this example 3 objects are selected, then a range

...


// within the playRange, then a subset of the object's properties,

...


// then selecting the range of keys falling within the 

...


// indicated range on the indicated properties. 

...

// Finally tangents are created on the selected keys.

...


select LMWT;

...


selectRange 200 240;

...


selectProperty Translation;

...


selectKeys -ranges;

...


createTangents;

Scroll pagebreak

Additional information

...