No longer need to key frame joins for exporting. Also don't save animations between exports
This commit is contained in:
@@ -60,8 +60,6 @@ Menu::Menu(QDialog* dialog)
|
||||
|
||||
m_ExportPath = new QLineEdit;
|
||||
m_FileDialog = new QFileDialog;
|
||||
QString tmpPath("C:/Users/Nickelodion/Desktop/workspace/tacticalZ/assets/models/");
|
||||
m_ExportPath->setText(tmpPath);
|
||||
QLabel* exportLabel = new QLabel;
|
||||
exportLabel->setText("Export Path:");
|
||||
QLabel* nameLabel = new QLabel;
|
||||
|
||||
Reference in New Issue
Block a user