Grimrukh / soulstruct-blender

Blender plugins for FromSoft games, via `soulstruct`.
97 stars 4 forks source link

[ER] Material Setup Fix #51

Closed effs closed 2 months ago

effs commented 4 months ago

Looks like some of the texture channel packing isn't parsed quite right, tried to sketch out a fix and wanted to verify this is indeed at least in the right direction before looking at a real patch.

Drafted graph (unsure about the specular except it can't be 1.0)

image

This is what the import setup looks like w/ HEAD

image

And here's the fixed (?) version:

image

This seem right? I still need to find where the detail normals are to test those..