Skip to content

Releases: alanpq/lol-blender

v0.2.2

17 Aug 19:51
e612502
Compare
Choose a tag to compare

Version 0.2.2

Commits

  • [e612502] Merge pull request #12 from alanpq/dev
  • [e0e9014] fix: update nix flake wheel path
  • [11216cf] chore: add is_influence explanation
  • [8d48b4b] fix: joint_map calculation
  • [0040851] fix: handle bones w/ no blend weight

v0.2.1

17 Aug 17:52
0273e6a
Compare
Choose a tag to compare

Version 0.2.1

Commits

  • [0273e6a] Merge pull request #11 from alanpq/dev
  • [cc01a42] feat: abi3
  • [a86c21b] chore: use print macro (don't print in release mode)
  • [72f1a38] chore: warning cleanup
  • [479b696] chore: split rust into modules

v0.2.0

17 Aug 15:58
cda99f3
Compare
Choose a tag to compare

Version 0.2.0

Commits

  • [cda99f3] Merge pull request #10 from alanpq/dev
  • [de536b1] fix: use new get_modules for skinned export
  • [f409e59] fix: skinned operator submodule
  • [035db40] feat: skn export operator overhaul
  • [f3af061] fix: don't listen to file open/close events in dev watch
  • [523cf98] fix: error in readme feature table (#9)
  • [2c7eeaf] fix: error in readme feature table

v0.1.0

17 Aug 13:46
5cfbd26
Compare
Choose a tag to compare

Version 0.1.0

Commits

  • [5cfbd26] feat: automatic dependency download/install (#8)

v0.0.1

16 Aug 17:26
2280282
Compare
Choose a tag to compare

Version 0.0.1

Commits

  • [2280282] gh: cross platform release wheels (#7)
  • [9fb4906] gh: maturin py version for manylinux (#6)
  • [f2ee0a9] fix: gh action maturin python version (#5)
  • [73868ee] fix: gh actions (#4)
  • [fe1d5bc] gh: linux whl bundle attempt (#3)
  • [c77f5ea] Update README.md (#1)
  • [dccb053] gh: use old upload-release-asset for now
  • [14399be] gh: remove action upload if
  • [0bd6b33] gh: actually upload release artifact
  • [d617b07] chore: strip 'v' from version tag in release script
  • [93b764f] gh: pip install requirements
  • [3c83d1f] chore: don't assert blender path unless we need it
  • [36268f5] chore: wrong branch push name
  • [d01f54a] chore: gh cd attempt #1
  • [3ccd22d] feat: improved release script
  • [09b5c0a] chore: update league toolkit
  • [8aa3c0f] feat: blend weight export
  • [1b79318] fix: bone orientation + pass local+ibm together
  • [a4320f9] chore: update league-toolkit
  • [f6c513b] wip: i hate bones
  • [ac5f46e] feat: use export_skl
  • [9259ea1] chore: nix flake-compat
  • [58ce9cb] feat: export skl bone tree
  • [2bc2368] fix: change default test dir -> .lolblender/
  • [93cc8b6] fix: remove test build artifacts
  • [7cb2653] update README.md
  • [ecca800] update README.md
  • [b992600] fix: tweak default release build path & rename blender_exe_path
  • [acb85e2] fix: axis conversion
  • [939d6e8] fix: nix'ification + addon install env injection
  • [b4efc3c] Create README.md
  • [603e36e] feat: rust binding lib
  • [e3f881f] wip: new addon framework + ffi
  • [2904102] wip: blender addon
  • [bb91355] feat: template from xzhuah