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

Hello, I wanted to load multiple animation files and export to single scene file. But I cannot find any information about how to combine multiple animations into single scene. This...

In Blender a face can be designated double sided by checking an option in the properties. See here https://blender.stackexchange.com/questions/10711/double-sided-faces The extra face is not stored in the .blend file so...

Feature-Request
Blender

**Describe the bug** A valid DAE file from three.js cannot be read **To Reproduce** Steps to reproduce the behavior: 1. [library_animation_clips.dae.zip](https://github.com/f3d-app/f3d/files/10611465/library_animation_clips.dae.zip) 2. Import the file with assimp 3. `Cannot parse...

Bug
Collada

**Describe the bug** I want to upload an IFC file(in ASCII format) or some of the blend files using Assimp::Importer. I can check for errors using aiScene or the RootNode...

Bug
IFC

### Summary Model which has only vertices but no actual surfaces should report number of meshes as 0, but instead reports 1 mesh with 7 faces ### Details When importing...

Bug
AC

**Describe the bug** The flag 'aiProcess_FlipUVs' works unconditionally, that is, if a texture file already has the right orientation, this flag still flips the UVs, so that if i am...

Bug
Postprocessing

**Describe the bug** fbx animation not working when use assimp_viewer **To Reproduce** Steps to reproduce the behavior: 1. Go to https://www.mixamo.com/ 2. Download Sitting Laughing.fbx or Taunt.fbx or Header Soccerball.fbx...

Bug
Assimp-Viewer

I encountered a strange bug when loading X files using assimp. After many hours of debugging, I managed to determine this is a bug of the library, when the X...

Bug
X

**Describe the technical debt** I'm importing two gltf 2 models that are created by blender. { "asset" : { "generator" : "Khronos glTF Blender I/O v1.8.19", "version" : "2.0" },...

Question
glTF2.0

**Describe the bug** Importing a certain FBX file fails. **To Reproduce** Steps to reproduce the behavior: 1. Download the attached FBX file. 2. Import the FBX file. Code: ```C++ Assimp::Importer...

Bug
FBX