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

**Is your feature request related to a problem? Please describe.** Would be nice to be able to import blender bone constraints data. **Describe the solution you'd like** bone constraints added...

Feature-Request

Using both Exhibit and F3D, I cannot successfully open a 3MF file generated by BambuStudio. You can find a zipped test file here: https://github.com/user-attachments/files/17334268/Filament-Clip-GrandMas-Favorite-Classic-pack-of-8.zip Which is supposed to look like...

Bug

**Describe the bug** the FBX file is exported from DAZ 3D. Crash at `Document::ReadConnections() { ... const std::string& type = ParseTokenAsString(GetRequiredToken(el,0)); ... } ` the type is "PO",But it's not...

Bug
FBX

Converting TinyUSD skeletons to Ai bones Simple test asset: [skintest.zip](https://github.com/user-attachments/files/17347336/skintest.zip)

When an exception is thrown from e.g., within an IOSystem, one may want to access that from outside Assimp. This is possible in Debug builds via `importer.GetException()`. However, in a...

Bug

Some bundled 3D model files are fairly complicated, especially those containing mocap or morph/blendshape animations. It would be useful to have reference screenshot images/videos to better indicate how those models...

Techdebt

In all other instances where we set mErrorString inside a catch block we also set mException. I think that this was an oversight.

### Overview Commit to `master` [`d1886da`](https://github.com/assimp/assimp/commit/d1886daf5a707ab17ad10e76e03a5daccbe25aae) on 28 Apr 2014 broke test/models/NFF/NFF/cone.nff model load. The reason was that this commit increased sanity checking for bad values in 3D model files,...

Bug

**Describe the bug** The document at https://assimp-docs.readthedocs.io/en/latest/usage/use_the_lib.html refers to documents that describe the imported data and available post processing steps. The doc. contains no links and a web search fails...

Bug

Passing USD prims along with render nodes to search for USD references. Saving reference path inside node->metaData['ref'] _Looking for feedback on starting to implementing USD references... not sure if this...

USD