...
The full path to the active take.
Examples
Code Block | ||
---|---|---|
| ||
// 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
...