Update blender_path behavior to require exact path to executable instead of trying to guess it
This commit is contained in:
parent
17e7f85c06
commit
ad106a283b
8 changed files with 99 additions and 120 deletions
|
|
@ -5,7 +5,7 @@
|
|||
</brief_description>
|
||||
<description>
|
||||
Imports Blender scenes in the [code].blend[/code] file format through the glTF 2.0 3D import pipeline. This importer requires Blender to be installed by the user, so that it can be used to export the scene as glTF 2.0.
|
||||
The location of the Blender binary is set via the [code]filesystem/import/blender/blender3_path[/code] editor setting.
|
||||
The location of the Blender binary is set via the [code]filesystem/import/blender/blender_path[/code] editor setting.
|
||||
This importer is only used if [member ProjectSettings.filesystem/import/blender/enabled] is enabled, otherwise [code].blend[/code] files present in the project folder are not imported.
|
||||
Blend import requires Blender 3.0.
|
||||
Internally, the EditorSceneFormatImporterBlend uses the Blender glTF "Use Original" mode to reference external textures.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue