Compare commits

..

No commits in common. '92c53d3ea51ed02d13faef197db3ec298a631798' and 'f3032444812db521a23aa8f864655c75bf698e20' have entirely different histories.

  1. 2
      .github/workflows/ci_build.yml
  2. 1
      korman/exporter/physics.py

2
.github/workflows/ci_build.yml

@ -68,7 +68,7 @@ jobs:
- name: Upload Korman+Blender Bundle
if: startsWith(github.ref, 'refs/tags')
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: korman-blender-${{ matrix.cfg.str }}
path: build/package

1
korman/exporter/physics.py

@ -300,7 +300,6 @@ class PhysicsConverter:
bo.name, volume
)
self._export_trimesh(bo, physical, local_space, mat)
return
if local_space:
physical.pos = hsVector3(*mat.to_translation())

Loading…
Cancel
Save