Skip to content

Latest commit

 

History

History
89 lines (53 loc) · 4.99 KB

File metadata and controls

89 lines (53 loc) · 4.99 KB

Changelog

0.2.0 (2023-01-17)

⚠ BREAKING CHANGES

  • Split BoneWeights

Features

  • Make material fields public (1ec7822)
  • Split BoneWeights (d270a58)
  • Store objset magic signature (7005d95)

Bug Fixes

  • nix: Update flake due to changes in nixpkgs (e9dfe33)

0.1.0 (2022-01-04)

⚠ BREAKING CHANGES

  • changes the type of some fields and methods
  • dep: Removed (To|From)Primitive for PrimitiveType and IndexType
  • dep: removed Bone::local_bind_pose and corresponding functions in the python FFI

Features

  • Add print support to python types + refactor (eb2ea20)
  • Parse materials (83db2ec)
  • Read Texture and ShaderType (d754001)
  • Support Bones and weights, and refactor (74cd69d)

Bug Fixes

  • Add pyo3 support for macOS (380d3bc)
  • ci: Typo in release-please (2272b2a)
  • Fix bone ids, and BoneWeight's pyffi (1b7839f)
  • Parse the rest of SubMesh (82feddd)
  • Parse the rest of SubMesh and fix others (aeb4e0d)
  • Parse UV indices, updated tristrips algo (385014d)
  • Remove unneccessary nightly feature (241b4a4)

Build System

  • dep: Remove cgmath from dependencies (3c28532)
  • dep: Remove num-derive and num-traits (28c94f5)

Code Refactoring

  • Use original types for certain fields (590064b)

0.2.0-alpha8 (2022-01-04)

⚠ BREAKING CHANGES

  • dep: Removed (To|From)Primitive for PrimitiveType and IndexType
  • dep: removed Bone::local_bind_pose and corresponding functions in the python FFI

Features

  • Add print support to python types + refactor (1b077dd)
  • Parse materials (ba0e77e)
  • Read Texture and ShaderType (25130c1)
  • Support Bones and weights, and refactor (9a2df04)

Bug Fixes

  • Add pyo3 support for macOS (406b432)
  • ci: Typo in release-please (8cee923)
  • Fix bone ids, and BoneWeight's pyffi (09c8ddf)
  • Parse the rest of SubMesh (cab26af)
  • Parse the rest of SubMesh and fix others (b37584c)
  • Parse UV indices, updated tristrips algo (fecf1fb)
  • Remove unneccessary nightly feature (7314927)

Build System

  • dep: Remove cgmath from dependencies (3ec1c8a)
  • dep: Remove num-derive and num-traits (cf004ce)