Blender-Godot Pipeline 2.4 3D Tools 4.2 Community
Submitted by user michaeljared; MIT; 2024-11-12
This addon is a Godot helper addon for my blender addon which simplifies exporting objects from Blender into Godot.
https://blendermarket.com/products/blender-godot-pipeline-addon
Docs: https://blendermarket.com/products/blender-godot-pipeline-addon/docs
This addon includes:
- GLTF Import GD script
- Scene initialization GD script
You do not need to "Enable" the addon from project settings. This addon is simply a repository for the GD script files mentioned above.
Under Project Settings -> Import Defaults -> Select "Scene" from Importer Dropdown -> Scroll down to "Import Script Path"
From here you can load in the standard import path that comes with this addon:
res://addons/blender_godot_pipeline/GLTFImporter.gd
This will ensure that all your GLTF or .blend files get the importer attached. You can attach the importer individually to files, if you don't want all files to be affected.
View files Download Submit an issue Recent Edits