Skip to content

Commit

Permalink
Merge pull request #743 from ReinaS-64892/incorecct-to-MatCap-texture…
Browse files Browse the repository at this point in the history
…-the-atlas-define

fix: incorrect to MatCap texture the atlas define
  • Loading branch information
ReinaS-64892 authored Dec 9, 2024
2 parents 4101bbf + cc8616c commit 767a146
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- ファイルパスが非常に長いテクスチャーのソース画像にアクセスしようとしたとき GDI+ からの例外が発生する問題を修正しました (#742)
- AtlasTexture の lilToon 対応にて MatCap 関連が正しく処理できていなかった問題を修正 (#743)

## [v0.8.8](https://github.com/ReinaS-64892/TexTransTool/compare/v0.8.7...v0.8.8) - 2024-12-01

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ MonoBehaviour:
type: {class: IntPropertyValueGreater, ns: net.rs64.TexTransTool.TextureAtlas.AtlasScriptableObject,
asm: net.rs64.tex-trans-tool.runtime}
data:
PropertyName: _UseMatCap2nd
PropertyName: _UseMatCap
ComparerValue: 0
Less: 0
- rid: 7150698705470881830
Expand All @@ -768,7 +768,7 @@ MonoBehaviour:
type: {class: IntPropertyValueGreater, ns: net.rs64.TexTransTool.TextureAtlas.AtlasScriptableObject,
asm: net.rs64.tex-trans-tool.runtime}
data:
PropertyName: _UseMatCap
PropertyName: _UseMatCap2nd
ComparerValue: 0
Less: 0
- rid: 7150698705470881832
Expand Down

0 comments on commit 767a146

Please sign in to comment.