No longer need to key frame joins for exporting. Also don't save animations between exports

This commit is contained in:
Teejoon
2016-02-01 18:04:16 +01:00
parent b5b1140f5c
commit 4d19158600
4 changed files with 113 additions and 49 deletions
-2
View File
@@ -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;