add jump to scene hierarchy

some improvements
This commit is contained in:
Perfare
2018-04-19 07:06:52 +08:00
parent 4bcc16245c
commit a3c92ddb8f
7 changed files with 186 additions and 122 deletions

View File

@ -47,7 +47,6 @@ namespace AssetStudio {
IImported^ imported;
char* cDest;
char* cFormat;
FbxManager* pSdkManager;
FbxScene* pScene;
FbxExporter* pExporter;

View File

@ -52,7 +52,6 @@ namespace AssetStudio
this->boneSize = boneSize;
cDest = NULL;
cFormat = NULL;
pSdkManager = NULL;
pScene = NULL;
pExporter = NULL;
@ -166,10 +165,6 @@ namespace AssetStudio
{
pSdkManager->Destroy();
}
if (cFormat != NULL)
{
Marshal::FreeHGlobal((IntPtr)cFormat);
}
if (cDest != NULL)
{
Marshal::FreeHGlobal((IntPtr)cDest);