CopyOptions Class Reference

The JavaScript class for getting or setting the model directory, the scan files and the default camera name flags when copying. Obtain from the copyPaste global object. More...

Properties

bool addModelsDir
 
bool addScanFiles
 
bool defaultCameraName
 

Detailed Description

The JavaScript class for getting or setting the model directory, the scan files and the default camera name flags when copying. Obtain from the copyPaste global object.

var myCopyOptions = copyPaste.getCurrentCreateOptions();
myCopyOptions.addModelsDir = false;
copyPaste.copy(selectionOfNodes, startFrame, numFrames, myCopyOptions);

Property Documentation

◆ addModelsDir

bool CopyOptions::addModelsDir
readwrite

◆ addScanFiles

bool CopyOptions::addScanFiles
readwrite

◆ defaultCameraName

bool CopyOptions::defaultCameraName
readwrite