Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds tests for 45545 #21

Merged
merged 18 commits into from
Mar 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ tests/gltf_export/.import/
tests/blend_export/.import/

tests/blend_export/.godot/imported/

tests/blend_export/**/*.import
Binary file not shown.
11 changes: 10 additions & 1 deletion tests/blend_export/blend_export.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# blender --background --python .\blend_export.py
#! blender --background --python .\blend_export.py

"""
Automates the regeneration of various export formats from golden blend files.

Note: In environments that do not support shebang execution, Blender may be
invoked from the command line with the arguments from the first line of this
script (see run_tests.bat).
"""

import bpy
import posixpath
import shutil
Expand Down
Binary file not shown.
Loading