hayden0729 / berrybush

BRRES support for Blender 3.3 focused on New Super Mario Bros. Wii
GNU General Public License v3.0
32 stars 2 forks source link

Export BRRES - UV problem #10

Closed Synell closed 5 months ago

Synell commented 5 months ago

I'm using blender 3.3 LTS and berrybush 1.4.3

I have this penguin and tried to fixed his eyes as the uv was wrong. image

Inside berrybush, it looks right (image above), but when I export it, the uv is not applied to the new brres (image below). When I tried to re-import the exported brres inside berrybush, the uv is the same as before the edits, so it didn't apply the changes. image

When making the new uv, I did a new smart uv project (edit: does the same thing if executing unwrap instead of smart uv project): image

And moved/scaled it to fit the texture and I changed the coordinate source to UV2 (was UV1 before). image

Maybe I'm just dumb and did something wrong, so here is the blend file if you want to look at it yourself: untitled.zip

hayden0729 commented 5 months ago

Thanks for the report! It looks like this was a bug caused by using UV slot 2 while slot 1 was unused (which is completely valid and should be supported - I just never realized it didn't actually work). image Can you verify if this new release fixes the issue?

Synell commented 5 months ago

It indeed fixed it, thank you !