Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import World Doesn't Work. #406

Closed
2 tasks done
Abbimation opened this issue Mar 22, 2023 · 1 comment
Closed
2 tasks done

Import World Doesn't Work. #406

Abbimation opened this issue Mar 22, 2023 · 1 comment

Comments

@Abbimation
Copy link

Abbimation commented Mar 22, 2023

Did the issue happen after restarting Blender?

  • Yes, the issue indeed continued after restarting Blender

Check known issues

  • I have checked known issues, and my problem is different

What happened?

I was trying to import the world the other way around and then I saw the error.
00F8D5BB-360E-4B48-90D7-6F22C5DA3669

What steps are needed to produce the bug?

  1. Fixed the issue in the next update.

What version of MCprep are you using?

MCPrep 3.4

What version of Blender are you using?

Blender 3.4

@StandingPadAnimations
Copy link
Collaborator

Already a known issue (as mentioned in #397), it's already been fixed and will be pushed in the next update.

General gist is that in MCprep 3.4.2, a conversion function was added for ACES compatibility (if you've never heard of ACES, don't worry about it, all you need to know is that it's a pain with OBJs). The function makes the assumption that the OBJ and MTL have the same name and that it's fine to swap out .obj for .mtl.

Now I assume you're using Mineways? If so, then the issue is that Mineways replaces spaces in the OBJ name with underscores when generating the MTL file. For example, Beach Town.obj will have an MTL called Beach_Town.mtl. The current workarounds are to either remove the underscores in the MTL filename or don't use spaces in filenames (the former is a quick fix, the latter is just a general good habit since spaces in filenames are an absolute nightmare for programmers)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants