v0.2.1
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 toRECTANGLE
by @sean1832 in #25 - Light deserialization now accepts a list with multiple lights to enhance compatibility by @sean1832 in #25
- Corrected reference from
type
toself.type
in the light module for accurate property access by @sean1832 in #25
- Update light object to utilize
- Material Handling:
- File Handling:
Note
For more details on the changes and fixes, please refer to the full changelog.