...
The name of the active layer of the active clip
Examples
Code Block | ||
---|---|---|
| ||
// Print the name of the active clip |
...
string $clip = `getActiveClip`; |
...
print $clip; |
...
...
// Print the name of the active layer |
...
string $layer = `getActiveLayer`; |
...
print $layer; |
Scroll pagebreak |
---|
Additional information
...