Description
Clears all animation data from currently selected module(s) for the active clip. Useful for cutting all animation data on a module without having to activate different channels
Functional area
Data manipulators
Command syntax
Syntax
deleteClipData |
Arguments
None
Flags
None
Return value
void
Examples
// Delete all animation data from Marker1
select "marker1";
deleteClipData;