Kruithne / wow.export

📦 Export Toolkit for World of Warcraft
MIT License
270 stars 54 forks source link

Texture importation bug on map tiles in Blender #147

Closed BaronessRuby closed 3 years ago

BaronessRuby commented 3 years ago

I just started to use the map importation, and while every others tools works perfectly fine (models and texture so far), maps seems to not import the texture on Blender. wow_export I am using the latest version of Wow Export Tools. blender_no_texture_object_mode blender_no_texture_material_mode For Blender, I use the 2.80. As you can see, material view doesn't show anything at all. I am new to Blender, and only using it to import quickly complex objects from WoW to Cinema 4D, so maybe am I missing something ?

Kruithne commented 3 years ago

Sorry for the delay, I missed the notification for this.

If you're still having this problem, could you export the map tile again and then post a runtime log for me? You can access the runtime log from the button at the top-right of wow.export.

BaronessRuby commented 3 years ago

No problem ! I'm now with Blender 2.90 and the latest update 1.20 on Wow Export. This problem is still persisting though. runtime.log.txt This is the runtime log for the same tile and map, while the ID for the previous one as provided with my previous screen is now unreacheable (2240). I'm using 1707 instead.

Kruithne commented 3 years ago

Hey,

I took a quick check at the log you posted. I noticed that the directory you're exporting files to is "Wow Export" with a space. Quite a few 3D programs, Blender included, don't handle spaces very well with OBJ/MTL exports. Could you try changing to export to a folder that doesn't contain a space and see if the problem still persists?

Thanks

BaronessRuby commented 3 years ago

Okay, that did the trick. Thank you !