mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-18 03:24:15 -04:00
fixes
This commit is contained in:
@ -90,8 +90,6 @@ namespace AssetStudio
|
||||
IOS_REF.SetBoolProp(EXP_FBX_GLOBAL_SETTINGS, true);
|
||||
|
||||
FbxGlobalSettings& globalSettings = pScene->GetGlobalSettings();
|
||||
FbxTime::EMode pTimeMode = FbxTime::eFrames24;
|
||||
globalSettings.SetTimeMode(pTimeMode);
|
||||
|
||||
if (!pExporter->Initialize(cDest, lFormatIndex, pSdkManager->GetIOSettings()))
|
||||
{
|
||||
@ -489,7 +487,6 @@ namespace AssetStudio
|
||||
if (pTextureDiffuse != NULL)
|
||||
{
|
||||
LinkTexture(mat, 0, pTextureDiffuse, pMat->Diffuse);
|
||||
pMat->TransparentColor.ConnectSrcObject(pTextureDiffuse);
|
||||
hasTexture = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user