assimp icon indicating copy to clipboard operation
assimp copied to clipboard

The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure.

Results 442 assimp issues
Sort by recently updated
recently updated
newest added
trafficstars

# Describe the bug SEGV on unknown address still exists in Assimp::XFileImporter::CreateMeshes. ***This is similar to issue https://github.com/assimp/assimp/issues/1728. Note that #1728 reported wrong type of the vulnerability, as it is...

Bug

After countless hours of honing down when this stopped working, I've managed to find that this works successfully with: ASSIMP build 5.0.1 Bugfix release, released on January 12, 2020. ASSIMP...

Bug

This Bug only happen Nvidia GPU or Intel Graphic [3dglb.zip](https://github.com/assimp/assimp/files/9147545/3dglb.zip)

Bug

A user was testing a paladin character from Mixamo in O3DE and reported that the skeleton was imported incorrectly. Diving into the issue unveiled that the root node transform was...

Bug

**Describe the bug** Recently I want to load the gltf2 model with basis universal image compression. So I download the sample model from here and pack the model to a...

Bug

``` In file included from /wrkdirs/usr/ports/multimedia/assimp/work/assimp-5.1.5/code/AssetLib/MDL/MDLLoader.cpp:51: In file included from /wrkdirs/usr/ports/multimedia/assimp/work/assimp-5.1.5/code/AssetLib/MDL/MDLLoader.h:51: /wrkdirs/usr/ports/multimedia/assimp/work/assimp-5.1.5/code/AssetLib/MDL/MDLFileData.h:603:5: error: field within 'Assimp::MDL::Vertex_MDL7' is less aligned than 'Assimp::MDL::Vertex_MDL7::(anonymous union at /wrkdirs/usr/ports/multimedia/assimp/work/assimp-5.1.5/code/AssetLib/MDL/MDLFileData.h:603:5)' and is usually due to 'Assimp::MDL::Vertex_MDL7'...

Bug

**Describe the bug** I am trying to run pyassimp on windows 10 python3.7 but i keep getting No library found error. I have tried to compile a dll with vcpkg...

Bug

I clone this repo and tried to build assimp from souce code in windows platform, but neither with mingw or msvc it all build failed when it comes to gtest-printers.cc....

Bug

Hi, I am following the tutorial [here](https://github.com/assimp/assimp/blob/master/Build.md) to build assimp library with only FBX and GLTF importers. To achieve I run CMake with: ` cmake CMakeLists.txt -DASSIMP_BUILD_ALL_IMPORTERS_BY_DEFAULT=False -DASSIMP_BUILD_ALL_EXPORTERS_BY_DEFAULT=False -DASSIMP_BUILD_FBX_IMPORTER=True -DASSIMP_BUILD_GLTF_IMPORTER=True...

The flag aiProcess_GenBoundingBox is in the code but does not appear anywhere in the documentation and seems to do nothing when activated. Did I miss something or is it a...

Bug
Doc