/
deleteTangents

deleteTangents

Description

Removes any existing tangents between selected key and the adjacent keys on both sides.

Tangents are removed on all translation curves (x, y, and z) for the selected key even when the key is selected on only one curve.

Functional area

Data manipulators

Command syntax

Syntax

deleteTangents

Arguments

None

Flags

None

Return value

void

Examples

// 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;

Additional information

Related commands