d4rkc0d3r / d4rkAvatarOptimizer

d4rkpl4y3r's VRChat Avatar 3.0 optimizer
MIT License
368 stars 16 forks source link

Poi Shader error 3.4.1 #81

Closed jerryzmtz closed 6 months ago

jerryzmtz commented 6 months ago

Some materials cause error after optimizations.

VRCSDK 3.5.1 Poiyomi 8.1.167 VRCFury 1.786.0

image TrashBin.zip

jerryzmtz commented 6 months ago

image

d4rkc0d3r commented 6 months ago

You seem to have an animation that animates the material property _GL_Level Min. This however has a space in it which is invalid for material properties. What shader does that belong to?

jerryzmtz commented 6 months ago

You seem to have an animation that animates the material property _GL_Level Min. This however has a space in it which is invalid for material properties. What shader does that belong to?

It should be a material propery of sunao shader, which should be a missing animation paths before optimizations. This happens because i am reusing the same nomenclature and animations for avatar with different shaders. It was not a issue before

d4rkc0d3r commented 6 months ago

I looked at sunao shader and didn't see any property that looks remotely like it.
Not like the property can exist on any shader at all since it contains a space. I really don't understand how you even ended up with an animation that animates something that can't possibly exist in the first place...