Addon for Blender to directly export to a Godot Scene
|
%!s(int64=5) %!d(string=hai) anos | |
---|---|---|
.github | %!s(int64=6) %!d(string=hai) anos | |
io_scene_godot | %!s(int64=5) %!d(string=hai) anos | |
tests | %!s(int64=5) %!d(string=hai) anos | |
.gitignore | %!s(int64=7) %!d(string=hai) anos | |
.pylintrc | %!s(int64=6) %!d(string=hai) anos | |
.travis.yml | %!s(int64=6) %!d(string=hai) anos | |
LICENSE.txt | %!s(int64=7) %!d(string=hai) anos | |
Makefile | %!s(int64=6) %!d(string=hai) anos | |
README.md | %!s(int64=6) %!d(string=hai) anos | |
requirements.txt | %!s(int64=6) %!d(string=hai) anos |
Native Godot scene format exporter for Blender, making the export process to Godot Engine as straightforward as possible.
WARNING: This exporter is experimental, and still lacks many features.
io_scene_godot
directory the location where Blender stores the
scripts/addons folder on your system (you should see other ioscene*
folders there from other addons). Copy the entire dir and not just its
contents.File
-> Export
-> Godot Engine (.escn)
If you find bugs or want to suggest improvements, please open an issue on the upstream GitHub repository.
This repository includes a Makefile to assist with development. Running
make
from the project root will:
tests/scenes
directory.tests/scenes
directory that uses this feature.diff
on the output files compared to the reference exports. This acts
as a regression test.Current regression tests use the daily build of Blender 2.8 from Blender official site and runs on ubuntu 16.04. If you run the tests with different Blender version or on different platforms, the output may slightly differ.
This Godot exporter is distributed under the terms of the GNU General Public License, version 2 or later. See the LICENSE.txt file for details.