Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clarify that the Blender importer is deprecated #27

Merged
merged 1 commit into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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