![]() |
The base class to be inherited by all export settings options.
Public Member Functions | |
ExportSettingsBase (QString i_file_path="", int i_start_frame=1, int i_end_frame=-1) | |
The default constructor, with all parameters optional. More... | |
Public Attributes | |
QString | file_path |
The complete file path to the generated file. More... | |
int | start_frame |
The first frame to be exported. 1 by default. More... | |
int | end_frame |
The last frame to be exported. The last frame of the scene by default. More... | |
OMH::ExportSettingsBase::ExportSettingsBase | ( | QString | i_file_path = "" , |
int | i_start_frame = 1 , |
||
int | i_end_frame = -1 |
||
) |
The default constructor, with all parameters optional.
int OMH::ExportSettingsBase::end_frame |
The last frame to be exported. The last frame of the scene by default.
QString OMH::ExportSettingsBase::file_path |
The complete file path to the generated file.
int OMH::ExportSettingsBase::start_frame |
The first frame to be exported. 1
by default.