Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The full path to the active take.

Examples

Code Block
languagetext
// Imports an x2d file. The active take returned will

...


// match that of the x2d file imported

...


loadFile "C:/MyProduct/CaptureDay1/Session1/Take0002.x2d";
  

...


// Will print "C:/MyProduct/CaptureDay1/Session1/Take0002.x2d"

...


print ( `getActiveTake` );

Additional information

Related commands

...