...
None
Return value
void
Examples
Code Block | ||
---|---|---|
| ||
// Import a clip w/ data on it |
...
// ... |
...
// Offset and crop the clip |
...
string $clips[] = `getModules -type Clip`; |
...
offsetClips -20 $clips[0]; |
...
cropClip -leftOnly -curTime; |
...
...
// Reset the clip to the original state set when |
...
// the importer created it. |
...
resetClip; |
Scroll pagebreak |
---|
Additional information
...