Skip to content

Commit

Permalink
fix Blender 4.3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ScanMountGoat committed Nov 19, 2024
1 parent 97ead59 commit 9259703
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## unreleased
### Fixed
* Fixed an issue where editing a new material would also edit the original material in some cases.
* Fixed a compatibility issue preventing import in Blender 4.3.

## 0.15.3 - 2024-11-15
### Changed
Expand Down
1 change: 0 additions & 1 deletion xenoblade_blender/import_material.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,6 @@ def import_material(

# TODO: Support alpha blending?
blender_material.blend_method = "CLIP"
blender_material.shadow_method = "CLIP"

# Remove unused global textures.
# TODO: is there a better way of doing this?
Expand Down

0 comments on commit 9259703

Please sign in to comment.