mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-30 16:23:15 +02:00
Remove _baker inside ModelBakeWidget
This commit is contained in:
parent
53ce137b7c
commit
7b48f08566
2 changed files with 2 additions and 5 deletions
tools/oven/src/ui
|
@ -23,9 +23,11 @@
|
|||
|
||||
#include "../Oven.h"
|
||||
#include "OvenMainWindow.h"
|
||||
#include "FBXBaker.h"
|
||||
#include "OBJBaker.h"
|
||||
#include "ModelBakeWidget.h"
|
||||
|
||||
|
||||
static const auto EXPORT_DIR_SETTING_KEY = "model_export_directory";
|
||||
static const auto MODEL_START_DIR_SETTING_KEY = "model_search_directory";
|
||||
|
||||
|
|
|
@ -16,9 +16,6 @@
|
|||
|
||||
#include <SettingHandle.h>
|
||||
|
||||
#include <FBXBaker.h>
|
||||
#include <OBJBaker.h>
|
||||
|
||||
#include "BakeWidget.h"
|
||||
|
||||
class QLineEdit;
|
||||
|
@ -47,8 +44,6 @@ private:
|
|||
|
||||
Setting::Handle<QString> _exportDirectory;
|
||||
Setting::Handle<QString> _modelStartDirectory;
|
||||
|
||||
std::unique_ptr<Baker> _baker;
|
||||
};
|
||||
|
||||
#endif // hifi_ModelBakeWidget_h
|
||||
|
|
Loading…
Reference in a new issue