Skip to content

Releases: Moguri/blend2bam

v0.7

23 Aug 18:47
6a9ac03
Compare
Choose a tag to compare
  • Add initial, experimental support for using EGG/YABEE instead of glTF/blendergltf (Blender 2.7x only)
    • This can be enabled using the new --pipeline flag to blend2bam
  • Improve error output if Blender export fails
  • Fix bad axis-conversion logic that was breaking parent-child transforms (#14)
  • Add Blender 2.80 support (see gltf28 entry in the Pipeline table in the README to see what is and isn't supported)

v0.6

18 Apr 05:40
Compare
Choose a tag to compare
  • Pull in latest blendergltf and panda3d-gltf logic

    • Fixes broken skinnned meshes
    • Fixes animation play rate
    • Fixes bad rotations when rotations affect more than one axis
  • Allow keeping the input extension (append .bam) instead of overriding it

v0.5.1

27 Mar 02:54
Compare
Choose a tag to compare

Fix converting a single file when the destination is a directory

v0.5

26 Mar 20:25
824c64e
Compare
Choose a tag to compare

Fix bad destination paths when doing batch conversions involving sub-directories

v0.4

03 Mar 04:44
Compare
Choose a tag to compare
  • Add support for converting BLENDER_physics collision shapes into CollisionNodes and CollisionSolids.

NOTE: Using CollisionSolids is now the default, which is a change in behavior from using BulletShapes. Use the new --physics-engine=bullet option to return to the old behavior.

v0.3

27 Feb 05:49
Compare
Choose a tag to compare
  • Fix running on Windows
  • Make conversion output quieter

v0.2

12 Feb 06:28
Compare
Choose a tag to compare
  • Added new options:
    • --material-mode: specify legacy or pbr material parameters (defaults to legacy)
    • --blender-dir: specify a path to a directory that contains the blender binary to use (defaults to '', which will try to find blender on the system PATH)
  • Specifying multiple source files is now allowed. This works similar to specifying a directory for the source file, and a common path between the supplied source files is used as the source directory (can be overridden with --srcdir option).
  • Various fixes from old BlenderPanda glTF export code not being compatible with panda3d-gltf (BlenderPanda was using older glTF to BAM conversion logic)

v0.1

10 Feb 20:00
Compare
Choose a tag to compare

Initial release