Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 7 Next »

Description

Returns the array of layer names of the active clip.

An error is generated if there is no clip in the scene.

Functional area

NLE

Command syntax

Syntax

getLayers

Arguments

None

Flags

None

Return value

string array 

Examples

// Print the name of the active clip
string $clip = `getActiveClip`;
print $clip;

// Print the layers of the active clip
string $layers [];
$layers = `getLayers`;
print $layers;

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: https://scroll-exporter-extensions.de.exporter.k15t.app/*

Unable to forward this request at this time.

This request could not be forwarded to the origin server or to any parent caches.

Some possible problems are:

  • An Internet connection needed to access this domains origin servers may be down.
  • All configured parent caches may be currently unreachable.
  • The administrator may not allow this cache to make direct connections to origin servers.

Your cache administrator is webmaster.



Generated Wed, 02 Apr 2025 09:50:11 GMT by ip-10-19-3-26 (squid)

Additional information

Related commands

  • No labels