We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0be715a + 0e0a49d commit a3113cdCopy full SHA for a3113cd
tutorials/assets_pipeline/importing_scenes.rst
@@ -111,6 +111,11 @@ Importing ``.blend`` files directly within Godot
111
recommend using Blender 3.5 or later, as it includes many fixes to the glTF
112
exporter.
113
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
+
119
From Godot 4.0 onwards, the editor can directly import ``.blend`` files by
120
calling `Blender <https://www.blender.org/>`__'s glTF export functionality in a
121
transparent manner.
0 commit comments