...
None
Return value
void
Examples
Code Block | ||
---|---|---|
| ||
// 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 and. Finally tangents are |
...
// created then deleted on the selected keys. |
...
select LMWT; |
...
selectRange 200 240; |
...
selectProperty Translation; |
...
selectKeys -ranges; |
...
createTangents; |
...
deleteTangents; |
Scroll pagebreak |
---|
Additional information
...