Skip to content

Commit

Permalink
Add a blend file that has various physics shapes.
Browse files Browse the repository at this point in the history
Also remove physics from test.blend to keep non-physics tests simpler.
  • Loading branch information
Moguri committed Mar 2, 2019
1 parent 4e10712 commit 05b6938
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blend2bam/gltf2bam/panda3d-gltf
Binary file added tests/assets/physics.blend
Binary file not shown.
Binary file modified tests/assets/test.blend
Binary file not shown.
4 changes: 2 additions & 2 deletions tests/test_blend2bam.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def test_cli_physics_builtin():
shutil.rmtree(DSTDIR, ignore_errors=True)
args = [
'python',
os.path.join(SRCDIR, 'test.blend'),
os.path.join(SRCDIR, 'physics.blend'),
os.path.join(DSTDIR, 'output.bam'),
'--physics-engine', 'builtin'
]
Expand All @@ -147,7 +147,7 @@ def test_cli_physics_bullet():
shutil.rmtree(DSTDIR, ignore_errors=True)
args = [
'python',
os.path.join(SRCDIR, 'test.blend'),
os.path.join(SRCDIR, 'physics.blend'),
os.path.join(DSTDIR, 'output.bam'),
'--physics-engine', 'bullet'
]
Expand Down

0 comments on commit 05b6938

Please sign in to comment.