theFroh
theFroh
Spot on, it only looks for `CustomMesh` (so any mesh data and texture URLs). If you upload a copy of that mod's `.json` file, I can take a look to...
Hmm, how'd you imagine this working? Sort of a "try to tile within these dimensions"? So if your tiled images overflow (cannot fit within one or more of the 'maximums'...
Ah yes, the fun of power-of-two textures. Makes sense. The way it currently packs doesn't lend itself to "try to pack within these dimensions". It does try to keep things...
The script's hardcoded to grab out `map_Kd` -- diffuse maps -- from OBJ MTLs only due to that being the only one Tabletop Simulator supported at the time. There's no...
Cheers mate, and no worries, this just helped automate a procedure I was doing manually otherwise. As it stands the script doesn't let you pick a specific format, it's hard-coded...
Is your error also `TypeError: unsupported operand type(s) for *: 'NoneType' and 'int'`? It looks like it's returning `None` for one of the extents. Can you uncomment (remove the `#`)...