Skip to content

Commit a3113cd

Browse files
authored
Merge pull request godotengine#7849 from Calinou/importing-3d-scenes-recommend-official-blender
2 parents 0be715a + 0e0a49d commit a3113cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tutorials/assets_pipeline/importing_scenes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@ Importing ``.blend`` files directly within Godot
111111
recommend using Blender 3.5 or later, as it includes many fixes to the glTF
112112
exporter.
113113

114+
It is **strongly** recommended to use an official Blender release downloaded
115+
from blender.org, as opposed to a Linux distribution package or Flatpak.
116+
This avoids any issues related to packaging, such as different library
117+
versions that can cause incompatibilities or sandboxing restrictions.
118+
114119
From Godot 4.0 onwards, the editor can directly import ``.blend`` files by
115120
calling `Blender <https://www.blender.org/>`__'s glTF export functionality in a
116121
transparent manner.

0 commit comments

Comments
 (0)