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

V2 Shader's BodyShadowRamp gets accidentally renamed #41

Closed michael-gh1 closed 1 year ago

michael-gh1 commented 1 year ago

Impact

No actual impact from this, but may cause minor confusion if you're inspecting the shader nodes.

Description

This piece of code was written many months ago and was intended for the V1 shader. It was intended to clone the main shader node and rename it, but in V2 it clones the Body Shadow Ramp node and renames it to the body part name (Body, Hair, etc.)

Fix Version

Will be fixed in Setup Wizard v1.2.0 and is non-critical.

michael-gh1 commented 1 year ago

Fixed in #46