/
removeFromClip
removeFromClip
Description
Removes selected module(s) from the active clip. The animation is also deleted when the object is removed from the active clip. Useful when an object has been inadvertently added or created on a clip that it was not intended for.
Functional area
Data manipulators
Command syntax
Syntax
removeFromClip |
Arguments
None
Flags
None
Return value
void
Examples
// Selects all Markers and removes their data from the active clip selectByType "Marker"; removeFromClip;
Additional information
Related commands
, multiple selections available,
Related content
removeLayer
removeLayer
More like this
setActiveClip
setActiveClip
More like this
resetClip
resetClip
More like this
deleteRedundant
deleteRedundant
More like this
getActiveClip
getActiveClip
More like this
moveClip
moveClip
More like this