Script
|
This set of functions provides access to the project's export directory. More...
#include <exportinterface.h>
Public Slots | |
void | cleanExportDir () |
removes all files from the project export directory. More... | |
String | getExportDir () |
returns the path of the project export directory. More... | |
bool | exportToQuicktime (String &displayName, int startFrame, int lastFrame, bool withSound, int resX, int resY, String &dstPath, String &displayModule, bool generateThumbnail, int thumbnailFrame) |
returns true if a scene was exported to a quicktime in the specified directory More... | |
This set of functions provides access to the project's export directory.
You can use it in Script Editor only.
|
slot |
removes all files from the project export directory.
|
slot |
returns true if a scene was exported to a quicktime in the specified directory
|
slot |
returns the path of the project export directory.