update assimp

main
Dominik Madarász 2024-08-19 15:24:09 +02:00
parent 23ee065bc5
commit de5f778843
6 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -44,3 +44,5 @@ tools/*.obj
*.lib *.lib
*.sav *.sav
*.sln *.sln
!tools/assimp-vc*-mt.lib

View File

@ -1464,7 +1464,7 @@ flags |= (doflipUV ? aiProcess_FlipUVs : 0);
// tweak: // tweak:
aiSetImportPropertyInteger(aiprops, AI_CONFIG_IMPORT_FBX_STRICT_MODE, 1); aiSetImportPropertyInteger(aiprops, AI_CONFIG_IMPORT_FBX_STRICT_MODE, 1);
// tweak: eliminate _$AssimpFBX$ nodes // tweak: eliminate _$AssimpFBX$ nodes
aiSetImportPropertyInteger(aiprops, AI_CONFIG_IMPORT_FBX_PRESERVE_PIVOTS, 0); // aiSetImportPropertyInteger(aiprops, AI_CONFIG_IMPORT_FBX_PRESERVE_PIVOTS, 0);
// tweak: do not remove dummies // tweak: do not remove dummies
aiSetImportPropertyInteger(aiprops, AI_CONFIG_IMPORT_REMOVE_EMPTY_BONES, 0); aiSetImportPropertyInteger(aiprops, AI_CONFIG_IMPORT_REMOVE_EMPTY_BONES, 0);
// tweak: split meshes by bone count // tweak: split meshes by bone count

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.