michael-gh1 / Addons-And-Tools-For-Blender-miHoYo-Shaders

Blender Addons and Tools for streamlining the character model setup when using HoYoverse Shaders.
GNU General Public License v3.0
197 stars 11 forks source link

Color Attribute not renamed if you skip "Import Character Model" step #36

Open michael-gh1 opened 1 year ago

michael-gh1 commented 1 year ago

Use Case

When a user does not use the Import Character Model step, the character's vertex colors are left as Attr (Blender v3.4 default value) and Festivity's shaders look for Col. This results in broken shaders.

Workaround

User should rename the Color Attribute (Vertex Color) for each mesh in their model from Attr to Col.

Solution

Separate the vertex color renaming step in Import Character Model into its own standalone step.