mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-14 02:54:16 -04:00
add jump to scene hierarchy
some improvements
This commit is contained in:
@ -47,7 +47,6 @@ namespace AssetStudio {
|
||||
IImported^ imported;
|
||||
|
||||
char* cDest;
|
||||
char* cFormat;
|
||||
FbxManager* pSdkManager;
|
||||
FbxScene* pScene;
|
||||
FbxExporter* pExporter;
|
||||
|
@ -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);
|
||||
|
Reference in New Issue
Block a user