mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-14 17:33:25 +00:00
[mod_converter2] Remove null textures.
This commit is contained in:
parent
466aa747f4
commit
91680b3218
1 changed files with 2 additions and 0 deletions
|
|
@ -111,6 +111,8 @@ auto read_model(const path &fn) {
|
|||
break;
|
||||
}
|
||||
}
|
||||
textures.erase("_DEFAULT_"); // no tex
|
||||
textures.erase("TEX_TOV_AKTIVMETAL_ANIM"); // this one used as no-texture as well
|
||||
write_lines(path{fn}+=".textures.txt",textures);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue