Skip to content

Commit

Permalink
docs(changelog): Remove Mesh by Mask
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 committed Apr 9, 2024
1 parent d7d611a commit 1a200eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG-PRERELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ The format is based on [Keep a Changelog].
- Animations animating missing GameObject is removed `#994`
- Since this update, animations that targeting GameObjects with post-AAO paths is no longer working.
- Please create animations that targeting GameObjects with pre-AAO paths.
- Remove Mesh by Mask `#998`
- With this component, you can remove polygons with mask texture.
- You can use use mask for [MeshDeleterWithTexture] or alpha mask to remove polygons.

[MeshDeleterWithTexture]: https://github.com/gatosyocora/MeshDeleterWithTexture

### Changed

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ The format is based on [Keep a Changelog].
- Animations animating missing GameObject is removed `#994`
- Since this update, animations that targeting GameObjects with post-AAO paths is no longer working.
- Please create animations that targeting GameObjects with pre-AAO paths.
- Remove Mesh by Mask `#998`
- With this component, you can remove polygons with mask texture.
- You can use use mask for [MeshDeleterWithTexture] or alpha mask to remove polygons.

[MeshDeleterWithTexture]: https://github.com/gatosyocora/MeshDeleterWithTexture

### Changed
- MergePhysBone now corrects curve settings `#775`
Expand Down

0 comments on commit 1a200eb

Please sign in to comment.