Skip to content

Commit

Permalink
clarify that the Blender importer is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Nov 27, 2023
1 parent 8df8631 commit 0e808a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/about/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ The Assimp-Lib currently supports the following file formats:

* **3D Manufacturing Format** (.3mf)
* **Collada** (.dae, .xml)
* **Blender** (.blend)
* **Biovision BVH** (.bvh)
* **3D Studio Max 3DS** (.3ds)
* **3D Studio Max ASE** (.ase)
Expand Down Expand Up @@ -68,6 +67,10 @@ The Assimp-Lib currently supports the following file formats:
* **TrueSpace** (.cob, .scn)
* **XGL-3D-Format** (.xgl)

**Important: Blender (.blend) support is deprecated.**
**To import a model from Blender, export the model from Blender to glTF.**
**Sorry for the inconvenience!**

See the:ref:`ai_importer_notes` for information, on what a specific importer can do and what not.
Note that although this paper claims to be the official documentation,
`README.md <https://github.com/assimp/assimp/blob/master/Readme.md>`_
Expand Down
2 changes: 2 additions & 0 deletions source/usage/use_the_lib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1246,6 +1246,8 @@ Blender

This section contains implementation notes for the Blender3D importer.

**Important: the Blender importer is deprecated.**

.. _ai_bl_overview:

Overview
Expand Down

0 comments on commit 0e808a2

Please sign in to comment.