Addon for Blender to directly export to a Godot Scene
|
преди 5 години | |
---|---|---|
.github | преди 6 години | |
io_scene_godot | преди 5 години | |
tests | преди 6 години | |
.gitignore | преди 7 години | |
.pylintrc | преди 6 години | |
.travis.yml | преди 5 години | |
LICENSE.txt | преди 7 години | |
Makefile | преди 7 години | |
README.md | преди 6 години | |
requirements.txt | преди 7 години |
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.Due to differences in Blender versions creating minor differences in the
output files (even with the same Blender release number), the regression tests
are best run with Blender 2.79 downloaded from
this exact url,
which is used for the Travis builds. If you think your Blender version is
adequate, the hash (visble in the upper right of Blender's splash screen)
should be 5bd8ac9abfa
. The exporter itself should run on all modern versions
of Blender, but the output may differ slightly.
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.