Export the skeletons

Not really tested though
This commit is contained in:
FakeShemp
2015-12-15 11:49:59 +01:00
parent 60b3ce89b2
commit 1689370356
4 changed files with 79 additions and 15 deletions
+2
View File
@@ -33,6 +33,7 @@
#include "MayaIncludes.h"
#include "Material.h"
#include "Mesh.h"
#include "Skeleton.h"
class Menu : public QWidget
{
@@ -71,6 +72,7 @@ private:
QDialog* m_DialogPointer = nullptr;
Material* m_MaterialHandler = nullptr;
Skeleton* m_SkeletonHandler = nullptr;
};
#endif