Fast-64 / fast64

Blender based editor for scenes, meshes, and more in first-party N64 games
GNU General Public License v3.0
316 stars 74 forks source link

[F3D] Mat bleed issues with tile scrolling #412

Closed MrComit closed 3 months ago

MrComit commented 3 months ago

In a level model with multiple materials using tile scrolling and multiple materials not using scrolling, exporting with mat bleed caused some mats that shouldnt scroll to scroll, and some mats that should scroll to not

Lilaa3 commented 3 months ago

Looking at the code this actually seems weird, tile scroll cmds (set tile size command with a tag) will not bleed, and the scroll function is only generated after bleed so it should be using the correct command, do you have a minimal example?