Skip to content

v0.2.1

Compare
Choose a tag to compare
@sean1832 sean1832 released this 04 Oct 15:03
· 56 commits to main since this release

Version 0.2.1

This release primarily focuses on patching various issues related to light and material handling within the Blender portal. Below are the details of the changes made:

🐛 Bug Fixes:

  • Light Handling:
    • Update light object to utilize use_custom_distance from light data and change shape to RECTANGLE by @sean1832 in #25
    • Light deserialization now accepts a list with multiple lights to enhance compatibility by @sean1832 in #25
    • Corrected reference from type to self.type in the light module for accurate property access by @sean1832 in #25
  • Material Handling:
    • Updated Blender material to use an RGBA tuple instead of RGB to ensure proper color representation by @sean1832 in #25
  • File Handling:
    • Implemented the use of absolute paths for loading .dll files to prevent file not found errors by @sean1832 in #25

Note

For more details on the changes and fixes, please refer to the full changelog.