Results 362 comments of Mahid Sheikh

I've opened a pull request for this feature

Perfect. That does mean people using 3.1 - 3.4 will lose some functionality, but 3.5 brings it back

I think I'll also look into adding support for this in Blender's Python importer, but no gurantees

It seems to be simple enough, check if the colorspace options exist, and if they don't continue on

Ok looking further in the issue, it'a actually the MTL files to blame. As mentioned here https://github.com/ampas/aces-dev/issues/117, the MTL file defines some texture stuff like alpha for Blender to interpret,...

Sure enough, the MTL (this is from an OBJ I generated with Mineways for the new header detection feature) defines like like this: ``` map_d ATLAS-Alpha.png ``` Now that we...

Anyway, I'll hopefullt get this done by the end of the day

Finally pushed the changes, more info on it can be found here: https://github.com/TheDuckCow/MCprep/pull/373#issuecomment-1432252485 Tldr: we change the contents of the MTL file just enough for the OBJ importer to not...

I think I'll reimplement it since it's simple enough (just replaces the file extension)

Whoops, forgot about this. I'll get the changes done by either tomorrow or tuesday (I'm out of town right now but today's the day I come back)